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.spptrf

scipy.linalg.lapack.spptrf(n, ap[, lower, overwrite_ap]) = <fortran object>

Wrapper for spptrf.

Parameters
ninput int
apinput rank-1 array(‘f’) with bounds (L)
Returns
ulrank-1 array(‘f’) with bounds (L) and ap storage
infoint
Other Parameters
lowerinput int, optional

Default: 0

overwrite_apinput int, optional

Default: 0

Previous topic

scipy.linalg.lapack.zppsv

Next topic

scipy.linalg.lapack.dpptrf