SciPy

This is documentation for an old release of SciPy (version 1.6.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.linalg.lapack.cpptrs

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

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

Previous topic

scipy.linalg.lapack.dpptrs

Next topic

scipy.linalg.lapack.zpptrs