scipy.linalg.lapack.sgetrf¶
- 
scipy.linalg.lapack.sgetrf(a[, overwrite_a]) = <fortran object>¶ Wrapper for
sgetrf.- 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
