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

scipy.linalg.lapack.spttrf#

scipy.linalg.lapack.spttrf(d, e[, overwrite_d, overwrite_e]) = <fortran object>#

Wrapper for spttrf.

Parameters
dinput rank-1 array(‘f’) with bounds (n)
einput rank-1 array(‘f’) with bounds ((n > 0?-1 + n:0))
Returns
drank-1 array(‘f’) with bounds (n)
erank-1 array(‘f’) with bounds ((n > 0?-1 + n:0))
infoint
Other Parameters
overwrite_dinput int, optional

Default: 0

overwrite_einput int, optional

Default: 0