scipy.linalg.lapack.dgebal#
- scipy.linalg.lapack.dgebal(a[, scale, permute, overwrite_a]) = <fortran function dgebal>#
Wrapper for
dgebal
.- Parameters:
- ainput rank-2 array(‘d’) with bounds (m,n)
- Returns:
- barank-2 array(‘d’) with bounds (m,n) and a storage
- loint
- hiint
- pivscalerank-1 array(‘d’) with bounds (n)
- infoint
- Other Parameters:
- scaleinput int, optional
Default: 0
- permuteinput int, optional
Default: 0
- overwrite_ainput int, optional
Default: 0