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

Functions

void zpocon (char uplo, int n, int lda, doublecomplex a[], double anorm, double *rcond, doublecomplex work[], double rwork[], int *info)
 Condition number of a Hermitian positive definite matrix
 
void zpotrf (char uplo, int n, int lda, doublecomplex a[], int *info)
 Cholesky factorization of a Hermitian positive definite matrix
 
void zpotri (char uplo, int n, int lda, doublecomplex a[], int *info)
 Inverse of a Hermitian positive definite matrix
 
void zpotrs (char uplo, int n, int nrhs, int lda, doublecomplex a[], int ldb, doublecomplex b[], int *info)
 Solution to factorized system of linear equations AX = B for a Hermitian positive definite matrix
 
void zppcon (char uplo, int n, doublecomplex ap[], double anorm, double *rcond, doublecomplex work[], double rwork[], int *info)
 Condition number of a Hermitian positive definite matrix in packed form
 
void zpptrf (char uplo, int n, doublecomplex ap[], int *info)
 Cholesky factorization of a Hermitian positive definite matrix in packed form
 
void zpptri (char uplo, int n, doublecomplex ap[], int *info)
 Inverse of a Hermitian positive definite matrix in packed form
 
void zpptrs (char uplo, int n, int nrhs, doublecomplex ap[], 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 D2d1b. Solution of systems of linear equations (Hermitian positive definite matrices) (complex) - Computational routines.