Module CSYSVX in LAPACKSolves a complex symmetric indefinite system of linear equations AX=B, and provides an estimate of the condition number and error bounds on the solution. (Expert driver.).
CALL CSYSVX( FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, LWORK, RWORK, INFO )| D2c1 | Solution of systems of linear equations, including matrix inverses, and LU and related factorizations (general complex non-Hermitian matrices) |