scipy.linalg.lapack.ssyconv#

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

ssyconv 的包装器。

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