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

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

Wrapper for dpttrf.

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

Default: 0

overwrite_einput int, optional

Default: 0

Previous topic

scipy.linalg.lapack.spttrf

Next topic

scipy.linalg.lapack.cpttrf