scipy.linalg.lapack.sgesc2#
- scipy.linalg.lapack.sgesc2(lu, rhs, ipiv, jpiv[, overwrite_rhs]) = <fortran 函数 sgesc2>#
sgesc2
的包装器。- 参数:
- lu输入秩为 2 的数组(‘f’),边界为 (n,n)
- rhs输入秩为 1 的数组(‘f’),边界为 (n)
- ipiv输入秩为 1 的数组(‘i’),边界为 (n)
- jpiv输入秩为 1 的数组(‘i’),边界为 (n)
- 返回:
- x秩为 1 的数组(‘f’),边界为 (n) 且 rhs 存储
- scalefloat
- 其他参数:
- overwrite_rhs输入 int,可选
默认值:0