scipy.linalg.lapack.csytf2#
- scipy.linalg.lapack.csytf2(a[, lower, overwrite_a]) = <fortran function csytf2>#
csytf2
的包装器。- 参数:
- a输入秩为 2 的数组(‘F’),边界为 (n,n)
- 返回值:
- ldu秩为 2 的数组(‘F’),边界为 (n,n) 且存储 a
- ipiv秩为 1 的数组(‘i’),边界为 (n)
- infoint
- 其他参数:
- lower输入 int,可选
默认值:0
- overwrite_a输入 int,可选
默认值:0