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