scipy.linalg.lapack.cgetrs#
- scipy.linalg.lapack.cgetrs(lu, piv, b[, trans, overwrite_b]) = <fortran function cgetrs>#
Wrapper for
cgetrs
.- Parameters:
- luinput rank-2 array(‘F’) with bounds (n,n)
- pivinput rank-1 array(‘i’) with bounds (n)
- binput rank-2 array(‘F’) with bounds (n,nrhs)
- Returns:
- xrank-2 array(‘F’) with bounds (n,nrhs) and b storage
- infoint
- Other Parameters:
- overwrite_binput int, optional
Default: 0
- transinput int, optional
Default: 0