scipy.linalg.lapack.cppsv#

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

Wrapper for cppsv.

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