Skip to content

Commit 130b94a

Browse files
authored
Fix documentation bug in QR docstring (#1145)
There was a `\` missing in the QR docstring. Changed `\tau_i` to `\\tau_i`.
1 parent 128518e commit 130b94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qr.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The object has two fields:
3131
- The subdiagonal part contains the reflectors ``v_i`` stored in a packed format where
3232
``v_i`` is the ``i``th column of the matrix `V = I + tril(F.factors, -1)`.
3333
34-
* `τ` is a vector of length `min(m,n)` containing the coefficients ``\tau_i``.
34+
* `τ` is a vector of length `min(m,n)` containing the coefficients ``\\tau_i``.
3535
"""
3636
struct QR{T,S<:AbstractMatrix{T},C<:AbstractVector{T}} <: Factorization{T}
3737
factors::S

0 commit comments

Comments
 (0)