scipy.linalg.lapack.dsysvx#
- scipy.linalg.lapack.dsysvx(a, b[, af, ipiv, lwork, factored, lower, overwrite_a, overwrite_b]) = <fortran function dsysvx>#
- Wrapper for - dsysvx.- 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