scipy.linalg.lapack.sgtcon#

scipy.linalg.lapack.sgtcon(dl, d, du, du2, ipiv, anorm[, norm]) = <fortran function sgtcon>#

Wrapper for sgtcon.

Parameters:
dlinput rank-1 array(‘f’) with bounds (-1 + n)
dinput rank-1 array(‘f’) with bounds (n)
duinput rank-1 array(‘f’) with bounds (-1 + n)
du2input rank-1 array(‘f’) with bounds (-2 + n)
ipivinput rank-1 array(‘i’) with bounds (n)
anorminput float
Returns:
rcondfloat
infoint
Other Parameters:
norminput bytes, optional

Default: ‘1’