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

scipy.linalg.lapack.cgttrs(dl, d, du, du2, ipiv, b[, trans, overwrite_b]) = <fortran object>

Wrapper for cgttrs.

Parameters
dlinput rank-1 array(‘F’) with bounds (n - 1)
dinput rank-1 array(‘F’) with bounds (n)
duinput rank-1 array(‘F’) with bounds (n - 1)
du2input rank-1 array(‘F’) with bounds (n - 2)
ipivinput rank-1 array(‘i’) with bounds (n)
binput rank-2 array(‘F’) with bounds (ldb,nrhs)
Returns
xrank-2 array(‘F’) with bounds (ldb,nrhs) and b storage
infoint
Other Parameters
transinput string(len=1), optional

Default: ‘N’

overwrite_binput int, optional

Default: 0

Previous topic

scipy.linalg.lapack.dgttrs

Next topic

scipy.linalg.lapack.zgttrs