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

Functions

void zhesv (char uplo, int n, int nrhs, int lda, doublecomplex a[], int ipiv[], int ldb, doublecomplex b[], doublecomplex work[], int lwork, int *info)
 (Simple driver) Solution to system of linear equations AX = B for a Hermitian matrix
 
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
 
void zhpsv (char uplo, int n, int nrhs, doublecomplex ap[], int ipiv[], int ldb, doublecomplex b[], int *info)
 (Simple driver) Solution to system of linear equations AX = B for a Hermitian matrix in packed form
 
void zhpsvx (char fact, char uplo, int n, int nrhs, doublecomplex ap[], doublecomplex afp[], int ipiv[], int ldb, doublecomplex b[], int ldx, doublecomplex x[], double *rcond, double ferr[], double berr[], doublecomplex work[], double rwork[], int *info)
 (Expert driver) Solution to system of linear equations AX = B for a Hermitian matrix in packed form
 

Detailed Description

This is the group of D2d1a. Solution of systems of linear equations (Hermitian matrices) (complex) - Driver routines.