scipy.linalg.lapack.cgeequb#

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

cgeequb 的包装器。

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