Skip to content

Commit ce31344

Browse files
minor doc fix
was based on ul.jl
1 parent 7d3dc7c commit ce31344

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lulinv.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ is the return type of [`lulinv`](@ref), the corresponding matrix factorization f
66
77
The individual components of the factorization `F::LULinv` can be accessed via [`getproperty`](@ref):
88
9-
| Component | Description |
10-
|:----------|:-----------------------------------------|
11-
| `F.L` | `L` (unit lower triangular) part of `UL` |
12-
| `F.U` | `U` (upper triangular) part of `UL` |
9+
| Component | Description |
10+
|:----------|:--------------------------------------------|
11+
| `F.L` | `L` (unit lower triangular) part of `LUL⁻¹` |
12+
| `F.U` | `U` (upper triangular) part of `LUL⁻¹` |
1313
1414
Iterating the factorization produces the components `F.L` and `F.U`.
1515

0 commit comments

Comments
 (0)