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

Functions

void zhecon (char uplo, int n, int lda, doublecomplex a[], int ipiv[], double anorm, double *rcond, doublecomplex work[], int *info)
 Condition number of a Hermitian matrix
 
void zhetrf (char uplo, int n, int lda, doublecomplex a[], int ipiv[], doublecomplex work[], int lwork, int *info)
 UDUH or LDLH factorization of a Hermitian matrix
 
void zhetri (char uplo, int n, int lda, doublecomplex a[], int ipiv[], doublecomplex work[], int *info)
 Inverse of a Hermitian matrix
 
void zhetrs (char uplo, int n, int nrhs, int lda, doublecomplex a[], int ipiv[], int ldb, doublecomplex b[], int *info)
 Solution to factorized system of linear equations AX = B for a Hermitian matrix
 
void zhpcon (char uplo, int n, doublecomplex ap[], int ipiv[], double anorm, double *rcond, doublecomplex work[], int *info)
 Condition number of a Hermitian matrix in packed form
 
void zhptrf (char uplo, int n, doublecomplex ap[], int ipiv[], int *info)
 UDUH or LDLH factorization of a Hermitian matrix in packed form
 
void zhptri (char uplo, int n, doublecomplex ap[], int ipiv[], doublecomplex work[], int *info)
 Inverse of a Hermitian matrix in packed form
 
void zhptrs (char uplo, int n, int nrhs, doublecomplex ap[], int ipiv[], int ldb, doublecomplex b[], int *info)
 Solution to factorized 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) - Computational routines.