scipy.linalg.lapack.dsyconv#

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

dsyconv 的包装器。

参数:
a输入秩为 2 的数组('d'),边界为 (n,n)
ipiv输入秩为 1 的数组('i'),边界为 (n)
返回:
a秩为 2 的数组('d'),边界为 (n,n)
e秩为 1 的数组('d'),边界为 (n)
info整数
其他参数:
lower输入整数,可选

默认值: 0

way输入整数,可选

默认值: 0

overwrite_a输入整数,可选

默认值: 0