scipy.linalg.lapack.chegst#

scipy.linalg.lapack.chegst(a, b[, itype, lower, overwrite_a]) = <fortran function chegst>#

针对 chegst 的包装器。

参数:
a输入秩为 2 的数组(‘F’) 范围为 (n,n)
b输入秩为 2 的数组(‘F’) 范围为 (n,n)
返回值:
c秩为 2 的数组(‘F’) 范围为 (n,n) 且包含 a 的存储
infoint
其他参数:
overwrite_a输入 int,可选

默认: 0

itype输入 int,可选

默认: 1

lower输入 int,可选

默认: 0