scipy.linalg.lapack.zsysvx#
- scipy.linalg.lapack.zsysvx(a, b[, af, ipiv, lwork, factored, lower, overwrite_a, overwrite_b]) = <fortran function zsysvx>#
Wrapper for
zsysvx
.- Parameters:
- ainput rank-2 array(‘D’) with bounds (n,n)
- binput rank-2 array(‘D’) with bounds (n,nrhs)
- Returns:
- a_srank-2 array(‘D’) with bounds (n,n) and a storage
- udutrank-2 array(‘D’) with bounds (n,n) and af storage
- ipivrank-1 array(‘i’) with bounds (n)
- b_srank-2 array(‘D’) with bounds (n,nrhs) and b storage
- xrank-2 array(‘D’) with bounds (n,nrhs)
- rcondfloat
- ferrrank-1 array(‘d’) with bounds (nrhs)
- berrrank-1 array(‘d’) with bounds (nrhs)
- infoint
- Other Parameters:
- overwrite_ainput int, optional
Default: 0
- afinput rank-2 array(‘D’) with bounds (n,n)
- ipivinput rank-1 array(‘i’) with bounds (n)
- overwrite_binput int, optional
Default: 0
- lworkinput int, optional
Default: max(3*n,1)
- factoredinput int, optional
Default: 0
- lowerinput int, optional
Default: 0