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