This is documentation for an old release of SciPy (version 0.17.1). Read this page in the documentation of the latest stable release (version 1.15.0).
scipy.linalg.lapack.cgetrf¶
- scipy.linalg.lapack.cgetrf(a[, overwrite_a]) = <fortran object>¶
Wrapper for cgetrf.
Parameters: a : input rank-2 array(‘F’) with bounds (m,n)
Returns: lu : rank-2 array(‘F’) with bounds (m,n) and a storage
piv : rank-1 array(‘i’) with bounds (MIN(m,n))
info : int
Other Parameters: overwrite_a : input int, optional
Default: 0