scipy.linalg.lapack.dgetrf#
- scipy.linalg.lapack.dgetrf(a[, overwrite_a]) = <fortran object>#
Wrapper for
dgetrf
.- Parameters
- ainput rank-2 array(‘d’) with bounds (m,n)
- Returns
- lurank-2 array(‘d’) with bounds (m,n) and a storage
- pivrank-1 array(‘i’) with bounds (MIN(m,n))
- infoint
- Other Parameters
- overwrite_ainput int, optional
Default: 0