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?-1 + n: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