scipy.linalg.lapack.cgetrs#
- scipy.linalg.lapack.cgetrs(lu, piv, b[, trans, overwrite_b]) = <fortran 函数 cgetrs>#
cgetrs
的包装器。- 参数:
- 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)
- 返回值:
- xrank-2 array(‘F’) with bounds (n,nrhs) and b storage
- infoint
- 其他参数:
- overwrite_binput int, optional
默认值: 0
- transinput int, optional
默认值: 0