XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches
Functions
zhesvx.c File Reference

Functions

void zhesvx (char fact, char uplo, int n, int nrhs, int lda, doublecomplex a[], int ldaf, doublecomplex af[], int ipiv[], int ldb, doublecomplex b[], int ldx, doublecomplex x[], double *rcond, double ferr[], double berr[], doublecomplex work[], int lwork, double rwork[], int *info)
 (Expert driver) Solution to system of linear equations AX = B for a Hermitian matrix