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

Functions

void dposv (char uplo, int n, int nrhs, int lda, double a[], int ldb, double b[], int *info)
 (Simple driver) Solution to system of linear equations AX = B for a symmetric positive definite matrix
 
void dposvx (char fact, char uplo, int n, int nrhs, int lda, double a[], int ldaf, double af[], char *equed, double s[], int ldb, double b[], int ldx, double x[], double *rcond, double ferr[], double berr[], double work[], int iwork[], int *info)
 (Expert driver) Solution to system of linear equations AX = B for a symmetric positive definite matrix
 
void dppsv (char uplo, int n, int nrhs, double ap[], int ldb, double b[], int *info)
 (Simple driver) Solution to system of linear equations AX = B for a symmetric positive definite matrix in packed form
 
void dppsvx (char fact, char uplo, int n, int nrhs, double ap[], double afp[], char *equed, double s[], int ldb, double b[], int ldx, double x[], double *rcond, double ferr[], double berr[], double work[], int iwork[], int *info)
 (Expert driver) Solution to system of linear equations AX = B for a symmetric positive definite matrix in packed form
 

Detailed Description

This is the group of D2b1b. Solution of systems of linear equations (symmetric positive definite matrices) - Driver routines.