scipy.linalg.lapack.spstrf#

scipy.linalg.lapack.spstrf(a[, tol, lower, overwrite_a]) = <fortran 函数 spstrf>#

spstrf 的包装器。

参数:
a输入秩为 2 的数组('f'),边界为 (n, n)
返回:
c秩为 2 的数组('f'),边界为 (n, n) 且具有存储空间
piv秩为 1 的数组('i'),边界为 (n)
rank_c整数
info整数
其他参数:
overwrite_a输入整数,可选

默认值:0

tol输入浮点数,可选

默认值:-1.0

lower输入整数,可选

默认值:0