scipy.linalg.lapack.cpptrs#

scipy.linalg.lapack.cpptrs(n, ap, b[, lower, overwrite_b]) = <fortran function cpptrs>#

Wrapper for cpptrs.

Parameters:
ninput int
apinput rank-1 array(‘F’) with bounds (L)
binput rank-2 array(‘F’) with bounds (ldb,nrhs)
Returns:
xrank-2 array(‘F’) with bounds (ldb,nrhs) and b storage
infoint
Other Parameters:
lowerinput int, optional

Default: 0

overwrite_binput int, optional

Default: 0