scipy.linalg.lapack.sgtcon#

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

sgtcon 的包装器。

参数:
dl输入秩-1数组(‘f’),边界为 (-1 + n)
d输入秩-1数组(‘f’),边界为 (n)
du输入秩-1数组(‘f’),边界为 (-1 + n)
du2输入秩-1数组(‘f’),边界为 (-2 + n)
ipiv输入秩-1数组(‘i’),边界为 (n)
anorm输入浮点数
返回值:
rcond浮点数
info整数
其他参数:
norm输入字节,可选

默认值: ‘1’