scipy.linalg.lapack.cpbtrf#
- scipy.linalg.lapack.cpbtrf(ab[, lower, ldab, overwrite_ab]) = <fortran object>#
Wrapper for
cpbtrf
.- 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)