scipy.linalg.lapack.strtrs#

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

strtrs 的包装器。

参数:
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