scipy.linalg.lapack.dppsv#
- scipy.linalg.lapack.dppsv(n, ap, b[, lower, overwrite_b]) = <fortran function dppsv>#
Wrapper for
dppsv
.- Parameters:
- ninput int
- apinput rank-1 array(‘d’) with bounds (L)
- binput rank-2 array(‘d’) with bounds (ldb,nrhs)
- Returns:
- xrank-2 array(‘d’) with bounds (ldb,nrhs) and b storage
- infoint
- Other Parameters:
- lowerinput int, optional
Default: 0
- overwrite_binput int, optional
Default: 0