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

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

Wrapper for dpttrs.

Parameters
dinput rank-1 array(‘d’) with bounds (n)
einput rank-1 array(‘d’) with bounds ((n>0?n-1:0))
binput rank-2 array(‘d’) with bounds (ldb,nrhs)
Returns
xrank-2 array(‘d’) with bounds (ldb,nrhs) and b storage
infoint
Other Parameters
overwrite_binput int, optional

Default: 0

Previous topic

scipy.linalg.lapack.spttrs

Next topic

scipy.linalg.lapack.cpttrs