scipy.linalg.lapack.dgtcon#

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

Wrapper for dgtcon.

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

Default: ‘1’