scipy.linalg.lapack.cposv#
- scipy.linalg.lapack.cposv(a, b[, lower, overwrite_a, overwrite_b]) = <fortran function cposv>#
Wrapper for
cposv
.- Parameters:
- ainput rank-2 array(‘F’) with bounds (n,n)
- binput rank-2 array(‘F’) with bounds (n,nrhs)
- Returns:
- crank-2 array(‘F’) with bounds (n,n) and a storage
- xrank-2 array(‘F’) with bounds (n,nrhs) and b storage
- infoint
- Other Parameters:
- overwrite_ainput int, optional
Default: 0
- overwrite_binput int, optional
Default: 0
- lowerinput int, optional
Default: 0