Skip to content

Commit 5850eee

Browse files
perazzjvdp1
andauthored
Update src/stdlib_linalg_cholesky.fypp
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 52d0894 commit 5850eee

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/stdlib_linalg_cholesky.fypp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@ submodule (stdlib_linalg) stdlib_linalg_cholesky
88
LINALG_INTERNAL_ERROR, LINALG_VALUE_ERROR
99
implicit none(type,external)
1010

11-
! Returns Lower Cholesky factor
12-
! NumPy: L = cholesky(a)
13-
14-
! Returns the Upper or Lower Cholesky factor of A
15-
! SciPy: C = cholesky(a, lower=False, overwrite_a=False, check_finite=True)
16-
17-
! Returns the Upper of Lower Cholesky factor of A, *without setting zeros in the unused part*
18-
! SciPy: [C, lower] = cho_factor(a, lower=False, overwrite_a=False, check_finite=True)
19-
! SciPy: cho_solve(c_and_lower, b, overwrite_b=False, check_finite=True)
2011

2112
character(*), parameter :: this = 'cholesky'
2213

0 commit comments

Comments
 (0)