scipy.linalg.lapack.cgetc2#
- scipy.linalg.lapack.cgetc2(a[, overwrite_a]) = <fortran function cgetc2>#
Wrapper for
cgetc2
.- Parameters:
- ainput rank-2 array(‘F’) with bounds (n,n)
- Returns:
- lurank-2 array(‘F’) with bounds (n,n) and a storage
- ipivrank-1 array(‘i’) with bounds (n)
- jpivrank-1 array(‘i’) with bounds (n)
- infoint
- Other Parameters:
- overwrite_ainput int, optional
Default: 0