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) 和存储
infoint
其他参数:
overwrite_a输入 int,可选

默认值:0

itype输入 int,可选

默认值:1

lower输入 int,可选

默认值:0