scipy.linalg.lapack.dgeequb#

scipy.linalg.lapack.dgeequb(a) = <fortran 函数 dgeequb>#

dgeequb 的包装器。

参数:
a输入秩为 2 的数组(‘d’),边界为 (m,n)
返回:
r秩为 1 的数组(‘d’),边界为 (m)
c秩为 1 的数组(‘d’),边界为 (n)
rowcnd浮点数
colcnd浮点数
amax浮点数
info整数