This is documentation for an old release of SciPy (version 1.8.1). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.linalg.lapack.spttrs#
- scipy.linalg.lapack.spttrs(d, e, b[, overwrite_b]) = <fortran object>#
Wrapper for
spttrs
.- Parameters
- dinput rank-1 array(‘f’) with bounds (n)
- einput rank-1 array(‘f’) with bounds ((n > 0?-1 + n:0))
- binput rank-2 array(‘f’) with bounds (ldb,nrhs)
- Returns
- xrank-2 array(‘f’) with bounds (ldb,nrhs) and b storage
- infoint
- Other Parameters
- overwrite_binput int, optional
Default: 0