scipy.linalg.lapack.sgebal#
- scipy.linalg.lapack.sgebal(a[, scale, permute, overwrite_a]) = <fortran function sgebal>#
sgebal
的包装器。- 参数:
- a输入秩 2 数组(‘f’) 范围 (m,n)
- 返回值:
- ba秩 2 数组(‘f’) 范围 (m,n) 和存储
- lo整数
- hi整数
- pivscale秩 1 数组(‘f’) 范围 (n)
- info整数
- 其他参数:
- scale输入整数,可选
默认值:0
- permute输入整数,可选
默认值:0
- overwrite_a输入整数,可选
默认值:0