Module CSYSV.C in CLAPACKSolves a complex symmetric indefinite system of linear equations AX=B. (Simple driver.). [C version of LAPACK routine, converted from Fortran by f2c.].
int csysv_(char *uplo, integer *n, integer *nrhs, complex *a, integer *lda, int eger *ipiv, complex *b, integer *ldb, complex *work, integer *lwork, integer * info)| D2c1 | Solution of systems of linear equations, including matrix inverses, and LU and related factorizations (general complex non-Hermitian matrices) |