Skip to content

Commit 52d0894

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

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
@@ -1227,7 +1227,7 @@ Experimental
12271227

12281228
### Description
12291229

1230-
This is a `pure` functional interface for Cholesky factorization. The Cholesky factorization of a `real` or
1230+
This is a `pure` functional interface for the Cholesky factorization of a `real` or
12311231
`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.

0 commit comments

Comments
 (0)