This is documentation for an old release of SciPy (version 1.5.3). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.linalg.lapack.zpotrf¶
-
scipy.linalg.lapack.
zpotrf
(a[, lower, clean, overwrite_a]) = <fortran object>¶ Wrapper for
zpotrf
.- Parameters
- ainput rank-2 array(‘D’) with bounds (n,n)
- Returns
- crank-2 array(‘D’) with bounds (n,n) and a storage
- infoint
- Other Parameters
- overwrite_ainput int, optional
Default: 0
- lowerinput int, optional
Default: 0
- cleaninput int, optional
Default: 1