scipy.linalg.lapack.zptsvx#
- scipy.linalg.lapack.zptsvx(d, e, b[, fact, df, ef]) = <fortran function zptsvx>#
Wrapper for
zptsvx
.- Parameters:
- dinput rank-1 array(ādā) with bounds (n)
- einput rank-1 array(āDā) with bounds (max(0, -1 + n))
- binput rank-2 array(āDā) with bounds (ldb,nrhs)
- Returns:
- dfrank-1 array(ādā) with bounds (n)
- efrank-1 array(āDā) with bounds (max(0, -1 + n))
- xrank-2 array(āDā) with bounds (ldx,nrhs)
- rcondfloat
- ferrrank-1 array(ādā) with bounds (nrhs)
- berrrank-1 array(ādā) with bounds (nrhs)
- infoint
- Other Parameters:
- factinput bytes, optional
Default: āNā
- dfinput rank-1 array(ādā) with bounds (n)
- efinput rank-1 array(āDā) with bounds (max(0, -1 + n))