We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 128518e commit 130b94aCopy full SHA for 130b94a
src/qr.jl
@@ -31,7 +31,7 @@ The object has two fields:
31
- The subdiagonal part contains the reflectors ``v_i`` stored in a packed format where
32
``v_i`` is the ``i``th column of the matrix `V = I + tril(F.factors, -1)`.
33
34
-* `τ` is a vector of length `min(m,n)` containing the coefficients ``\tau_i``.
+* `τ` is a vector of length `min(m,n)` containing the coefficients ``\\tau_i``.
35
"""
36
struct QR{T,S<:AbstractMatrix{T},C<:AbstractVector{T}} <: Factorization{T}
37
factors::S
0 commit comments