scipy.linalg.lapack.dgels_lwork#

scipy.linalg.lapack.dgels_lwork(m, n, nrhs[, trans]) = <fortran 函数 dgels_lwork>#

dgels_lwork 的包装器。

参数:
m输入 int
n输入 int
nrhs输入 int
返回:
workfloat
infoint
其他参数:
trans输入 bytes, 可选

默认值: ‘N’