This is documentation for an old release of SciPy (version 1.6.2). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.linalg.lapack.spbtrf¶
-
scipy.linalg.lapack.
spbtrf
(ab[, lower, ldab, overwrite_ab]) = <fortran object>¶ Wrapper for
spbtrf
.- Parameters
- abinput rank-2 array(‘f’) with bounds (ldab,n)
- Returns
- crank-2 array(‘f’) with bounds (ldab,n) and ab storage
- infoint
- Other Parameters
- lowerinput int, optional
Default: 0
- overwrite_abinput int, optional
Default: 0
- ldabinput int, optional
Default: shape(ab,0)