Skip to content

Commit

Permalink
Fix mistake in documentation of QL (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
TSGut authored Feb 8, 2023
1 parent d72eb06 commit a74b6ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ql.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ The object has two fields:
- The lower triangular part contains the elements of ``L``, that is `L =
tril(F.factors)` for a `QL` object `F`.
- The subdiagonal part contains the reflectors ``v_i`` stored in a packed format where
``v_i`` is the ``i``th column of the matrix `V = I + tril(F.factors, -1)`.
- The superdiagonal part contains the reflectors ``v_i`` stored in a packed format where
``v_i`` is the ``i``th column of the matrix `V = I + triu(F.factors, 1)`.
* `τ` is a vector of length `min(m,n)` containing the coefficients ``\tau_i``.
Expand Down

0 comments on commit a74b6ec

Please sign in to comment.