scipy.linalg.lapack.dgetrf¶
-
scipy.linalg.lapack.
dgetrf
(a[, overwrite_a]) = <fortran object>¶ Wrapper for
dgetrf
.Parameters: - a : input rank-2 array(‘d’) with bounds (m,n)
Returns: - lu : rank-2 array(‘d’) 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