scipy.linalg.lapack.zgesc2#
- scipy.linalg.lapack.zgesc2(lu, rhs, ipiv, jpiv[, overwrite_rhs]) = <fortran function zgesc2>#
- Wrapper for - zgesc2.- Parameters:
- luinput rank-2 array(‘D’) with bounds (n,n)
- rhsinput rank-1 array(‘D’) with bounds (n)
- ipivinput rank-1 array(‘i’) with bounds (n)
- jpivinput rank-1 array(‘i’) with bounds (n)
 
- Returns:
- xrank-1 array(‘D’) with bounds (n) and rhs storage
- scalefloat
 
- Other Parameters:
- overwrite_rhsinput int, optional
- Default: 0