Skip to content

Commit 1b3874d

Browse files
authored
Fix documentation bug in QR docstring
There was a '\' missing in the QR docstring. Changed '\tau_i' to '\\tau_i'.
1 parent b6f87af commit 1b3874d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qr.jl

Lines changed: 1 addition & 1 deletion
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)