scipy.linalg.lapack.cgetrf#
- scipy.linalg.lapack.cgetrf(a[, overwrite_a]) = <fortran function cgetrf>#
Wrapper for
cgetrf
.- Parameters:
- ainput rank-2 array(āFā) with bounds (m,n)
- Returns:
- lurank-2 array(āFā) 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