scipy.linalg.lapack.ctrtrs#

scipy.linalg.lapack.ctrtrs(a, b[, lower, trans, unitdiag, lda, overwrite_b]) = <fortran 函数 ctrtrs>#

ctrtrs 的包装器。

参数:
a输入秩为 2 的数组(‘F’),边界为 (lda,n)
b输入秩为 2 的数组(‘F’),边界为 (ldb,nrhs)
返回值:
x秩为 2 的数组(‘F’),边界为 (ldb,nrhs),且使用 b 存储
infoint
其他参数:
lower输入 int,可选

默认值: 0

trans输入 int,可选

默认值: 0

unitdiag输入 int,可选

默认值: 0

lda输入 int,可选

默认值: shape(a,0)

overwrite_b输入 int,可选

默认值: 0