SciPy

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

scipy.linalg.lapack.sptsv

scipy.linalg.lapack.sptsv(d, e, b[, overwrite_d, overwrite_e, overwrite_b]) = <fortran object>

Wrapper for sptsv.

Parameters
dinput rank-1 array(‘f’) with bounds (n)
einput rank-1 array(‘f’) with bounds (n - 1)
binput rank-2 array(‘f’) with bounds (n,nrhs)
Returns
drank-1 array(‘f’) with bounds (n)
durank-1 array(‘f’) with bounds (n - 1) and e storage
xrank-2 array(‘f’) with bounds (n,nrhs) and b storage
infoint
Other Parameters
overwrite_dinput int, optional

Default: 0

overwrite_einput int, optional

Default: 0

overwrite_binput int, optional

Default: 0

Previous topic

scipy.linalg.lapack.zpotrs

Next topic

scipy.linalg.lapack.dptsv