scipy.linalg.lapack.sgebal#
- scipy.linalg.lapack.sgebal(a[, scale, permute, overwrite_a]) = <fortran function sgebal>#
sgebal
的包裝函式。- 參數:
- a輸入 rank-2 陣列(‘f’),邊界為 (m,n)
- 回傳值:
- barank-2 陣列(‘f’),邊界為 (m,n) 及儲存空間
- loint
- hiint
- pivscalerank-1 陣列(‘f’),邊界為 (n)
- infoint
- 其他參數:
- scale輸入 int,選用
預設值: 0
- permute輸入 int,選用
預設值: 0
- overwrite_a輸入 int,選用
預設值: 0