Skip to content

Commit 1b65f8b

Browse files
perazzjvdp1
andauthored
Update doc/specs/stdlib_linalg.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 74ddd32 commit 1b65f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_linalg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,7 @@ Experimental
12281228
### Description
12291229

12301230
This is a `pure` functional interface for Cholesky factorization. The Cholesky factorization of a `real` or
1231-
`complex` rank-2 square array (matrix) is computed, \( A = L \cdot L^T \), or \( A = U^T \cdot U \).
1231+
`complex` rank-2 square array (matrix) computed as \( A = L \cdot L^T \), or \( A = U^T \cdot U \).
12321232
\( A \) is symmetric or complex Hermitian, and \( L \), \( U \) are lower- or upper-triangular, respectively.
12331233
The solver is based on LAPACK's `*POTRF` backends.
12341234

0 commit comments

Comments
 (0)