scipy.linalg.lapack.csytrs#

scipy.linalg.lapack.csytrs(a, ipiv, b[, lower, overwrite_b]) = <fortran 函数 csytrs>#

csytrs 的包装器。

参数:
a输入秩为 2 的数组('F'),边界为 (lda,n)
ipiv输入秩为 1 的数组('i'),边界为 (n)
b输入秩为 2 的数组('F'),边界为 (ldb,nrhs)
返回:
x秩为 2 的数组('F'),边界为 (ldb,nrhs) 并且存储在 b 中
infoint
其他参数:
overwrite_b输入 int,可选

默认值: 0

lower输入 int,可选

默认值: 0