XLPack 6.1
C/C++ API Reference Manual
Loading...
Searching...
No Matches
Functions
D2c3. Solution of systems of linear equations (triangular matrices) (complex)

Functions

void _ztbcon (char norm, char uplo, char diag, int n, int kd, int ldab, doublecomplex ab[], double *rcond, doublecomplex work[], double rwork[], int *info)
 Condition number of a complex triangular band matrix
 
void _ztbtrs (char uplo, char trans, char diag, int n, int kd, int nrhs, int ldab, doublecomplex ab[], int ldb, doublecomplex b[], int *info)
 Solution to system of linear equations AX = B, ATX = B or AHX = B for a complex triangular band matrix
 
void _ztpcon (char norm, char uplo, char diag, int n, doublecomplex ap[], double *rcond, doublecomplex work[], double rwork[], int *info)
 Condition number of a complex triangular matrix in packed form
 
void _ztptri (char uplo, char diag, int n, doublecomplex ap[], int *info)
 Inverse of a complex triangular matrix in packed form
 
void _ztptrs (char uplo, char trans, char diag, int n, int nrhs, doublecomplex ap[], int ldb, doublecomplex b[], int *info)
 Solution to system of linear equations AX = B, ATX = B or AHX = B for a complex triangular matrix in packed form
 
void _ztrcon (char norm, char uplo, char diag, int n, int lda, doublecomplex a[], double *rcond, doublecomplex work[], double rwork[], int *info)
 Condition number of a complex triangular matrix
 
void _ztrtri (char uplo, char diag, int n, int lda, doublecomplex a[], int *info)
 Inverse of a complex triangular matrix
 
void _ztrtrs (char uplo, char trans, char diag, int n, int nrhs, int lda, doublecomplex a[], int ldb, doublecomplex b[], int *info)
 Solution to system of linear equations AX = B, ATX = B or AHX = B for a complex triangular matrix
 

Detailed Description

This is the group of D2c3. Solution of systems of linear equations (triangular matrices) (complex).