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

Functions

void zcposv (char uplo, int n, int nrhs, int lda, doublecomplex a[], int ldb, doublecomplex b[], int ldx, doublecomplex x[], doublecomplex work[], floatcomplex swork[], double rwork[], int *iter, int *info)
 (Simple driver) Solution to system of linear equations AX = B for a Hermitian positive definite matrix (mixed precision with iterative refinement)
 
void zposv (char uplo, int n, int nrhs, int lda, doublecomplex a[], int ldb, doublecomplex b[], int *info)
 (Simple driver) Solution to system of linear equations AX = B for a Hermitian positive definite matrix
 
void zposvx (char fact, char uplo, int n, int nrhs, int lda, doublecomplex a[], int ldaf, doublecomplex af[], char *equed, double s[], 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 positive definite matrix
 
void zppsv (char uplo, int n, int nrhs, doublecomplex ap[], int ldb, doublecomplex b[], int *info)
 (Simple driver) Solution to system of linear equations AX = B for a Hermitian positive definite matrix in packed form
 
void zppsvx (char fact, char uplo, int n, int nrhs, doublecomplex ap[], doublecomplex afp[], char *equed, double s[], 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 positive definite matrix in packed form
 

Detailed Description

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