scipy.linalg.lapack.csyconv#

scipy.linalg.lapack.csyconv(a, ipiv[, lower, way, overwrite_a]) = <fortran function csyconv>#

csyconv 的包装器。

参数:
a输入秩为 2 的数组(‘F’),边界为 (n,n)
ipiv输入秩为 1 的数组(‘i’),边界为 (n)
返回值:
a秩为 2 的数组(‘F’),边界为 (n,n)
e秩为 1 的数组(‘F’),边界为 (n)
infoint
其他参数:
lower输入 int,可选

默认值: 0

way输入 int,可选

默认值: 0

overwrite_a输入 int,可选

默认值: 0