scipy.linalg.lapack.cgtcon#

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

cgtcon 的包装器。

参数:
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'