scipy.linalg.lapack.sgesv#

scipy.linalg.lapack.sgesv(a, b[, overwrite_a, overwrite_b]) = <fortran 函数 sgesv>#

用于 sgesv 的包装器。

参数:
a输入秩为 2 的数组(‘f’),边界为 (n,n)
b输入秩为 2 的数组(‘f’),边界为 (n,nrhs)
返回:
lu秩为 2 的数组(‘f’),边界为 (n,n) 和存储
piv秩为 1 的数组(‘i’),边界为 (n)
x秩为 2 的数组(‘f’),边界为 (n,nrhs) 和 b 存储
infoint
其他参数:
overwrite_a输入 int,可选

默认值: 0

overwrite_b输入 int,可选

默认值: 0