Skip to content

Commit 260cbf2

Browse files
Update src/bunchkaufman.jl
Co-authored-by: Daniel Karrasch <daniel.karrasch@posteo.de>
1 parent 8abd989 commit 260cbf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bunchkaufman.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ respectively upper and lower triangular, `P` is a permutation matrix,
715715
and `D` is block diagonal with 1-by-1 and 2-by-2 blocks. Note that if
716716
`A` is complex symmetric then `U'` and `L'` denote the unconjugated
717717
transposes, i.e. `transpose(U)` and `transpose(L)`. The resulting `U` or
718-
`L` and D are stored in-place in `A`, LAPACK style. `LD` is just a
718+
`L` and `D` are stored in-place in `A`, LAPACK style. `LD` is just a
719719
reference to `A` (that is, `LD===A`). `ipiv` stores the permutation
720720
information of the algorithm in LAPACK format. `info` indicates whether
721721
the factorization was successful and non-singular when `info==0`, or

0 commit comments

Comments
 (0)