|
TBCI Numerical high perf. C++ Library
2.8.0
|
Sparse matrix types and function prototypes (double) for the SuperLU solver. More...
#include "tbci/superlu/Cnames.h"#include "tbci/superlu/supermatrix.h"
Go to the source code of this file.
Classes | |
| struct | GlobalLU_t |
| struct | factor_param_t |
| struct | mem_usage_t |
Macros | |
| #define | NO_MARKER 3 |
| #define | NUM_TEMPV(m, w, t, b) ( MAX(m, (t + b)*w) ) |
Enumerations | |
| enum | MemType { LUSUP, UCOL, LSUB, USUB, LUSUP, UCOL, LSUB, USUB, LUSUP, UCOL, LSUB, USUB, LUSUP, UCOL, LSUB, USUB } |
| enum | stack_end_t { HEAD, TAIL, HEAD, TAIL, HEAD, TAIL, HEAD, TAIL } |
| enum | LU_space_t { SYSTEM, USER, SYSTEM, USER, SYSTEM, USER, SYSTEM, USER } |
Functions | |
| void | dgssv (SuperMatrix *, int *, int *, SuperMatrix *, SuperMatrix *, SuperMatrix *, int *) |
| void | dgssvx (char *, char *, char *, SuperMatrix *, factor_param_t *, int *, int *, int *, char *, double *, double *, SuperMatrix *, SuperMatrix *, void *, int, SuperMatrix *, SuperMatrix *, double *, double *, double *, double *, mem_usage_t *, int *) |
| void | dCreate_CompCol_Matrix (SuperMatrix *, int, int, int, double *, int *, int *, Stype_t, Dtype_t, Mtype_t) |
| void | dCopy_CompCol_Matrix (SuperMatrix *, SuperMatrix *) |
| void | dCreate_Dense_Matrix (SuperMatrix *, int, int, double *, int, Stype_t, Dtype_t, Mtype_t) |
| void | dCreate_SuperNode_Matrix (SuperMatrix *, int, int, int, double *, int *, int *, int *, int *, int *, Stype_t, Dtype_t, Mtype_t) |
| void | dCopy_Dense_Matrix (int, int, double *, int, double *, int) |
| void | Destroy_SuperMatrix_Store (SuperMatrix *) |
| void | Destroy_CompCol_Matrix (SuperMatrix *) |
| void | Destroy_SuperNode_Matrix (SuperMatrix *) |
| void | Destroy_CompCol_Permuted (SuperMatrix *) |
| void | Destroy_Dense_Matrix (SuperMatrix *) |
| void | dallocateA (int, int, double **, int **, int **) |
| void | StatInit (int, int) |
| void | StatFree () |
| void | get_perm_c (int, SuperMatrix *, int *) |
| void | sp_preorder (char *, SuperMatrix *, int *, int *, SuperMatrix *) |
| int | sp_coletree (int *, int *, int *, int, int, int *) |
| void | dgstrf (char *, SuperMatrix *, double, double, int, int, int *, void *, int, int *, int *, SuperMatrix *, SuperMatrix *, int *) |
| void | relax_snode (int, int *, int, int *, int *) |
| int | dsnode_dfs (const int, const int, const int *, const int *, const int *, int *, int *, GlobalLU_t *) |
| int | dsnode_bmod (const int, const int, const int, double *, double *, GlobalLU_t *) |
| void | dpanel_dfs (const int, const int, const int, SuperMatrix *, int *, int *, double *, int *, int *, int *, int *, int *, int *, int *, GlobalLU_t *) |
| void | dpanel_bmod (const int, const int, const int, const int, double *, double *, int *, int *, GlobalLU_t *) |
| int | dcolumn_dfs (const int, const int, int *, int *, int *, int *, int *, int *, int *, int *, int *, GlobalLU_t *) |
| int | dcolumn_bmod (const int, const int, double *, double *, int *, int *, int, GlobalLU_t *) |
| int | dcopy_to_ucol (int, int, int *, int *, int *, double *, GlobalLU_t *) |
| int | dpivotL (const int, const double, int *, int *, int *, int *, int *, GlobalLU_t *) |
| void | dpruneL (const int, const int *, const int, const int, const int *, const int *, int *, GlobalLU_t *) |
| void | resetrep_col (const int, const int *, int *) |
| void | countnz (const int, int *, int *, int *, GlobalLU_t *) |
| void | fixupL (const int, const int *, GlobalLU_t *) |
| int | spcoletree (int *, int *, int *, int, int, int *) |
| int * | TreePostorder (int, int *) |
| void | dreadmt (int *, int *, int *, double **, int **, int **) |
| void | dGenXtrue (int, int, double *, int) |
| void | dFillRHS (char *, int, double *, int, SuperMatrix *, SuperMatrix *) |
| void | dgstrs (char *, SuperMatrix *, SuperMatrix *, int *, int *, SuperMatrix *, int *) |
| void | dgsequ (SuperMatrix *, double *, double *, double *, double *, double *, int *) |
| void | dlaqgs (SuperMatrix *, double *, double *, double, double, double, char *) |
| void | dgscon (char *, SuperMatrix *, SuperMatrix *, double, double *, int *) |
| double | dPivotGrowth (int, SuperMatrix *, int *, SuperMatrix *, SuperMatrix *) |
| void | dgsrfs (char *, SuperMatrix *, SuperMatrix *, SuperMatrix *, int *, int *, char *, double *, double *, SuperMatrix *, SuperMatrix *, double *, double *, int *) |
| int | sp_dtrsv (char *, char *, char *, SuperMatrix *, SuperMatrix *, double *, int *) |
| int | sp_dgemv (char *, double, SuperMatrix *, double *, int, double, double *, int) |
| int | sp_dgemm (char *, char *, int, int, int, double, SuperMatrix *, double *, int, double, double *, int) |
| void | superlu_abort_and_exit (char *) |
| void * | superlu_malloc (int) |
| void | superlu_free (void *) |
| int | dLUMemInit (char *, void *, int, int, int, int, int, SuperMatrix *, SuperMatrix *, GlobalLU_t *, int **, double **) |
| void | SetIWork (int, int, int, int *, int **, int **, int **, int **, int **, int **, int **) |
| void | dSetRWork (int, int, double *, double **, double **) |
| void | dLUWorkFree (int *, double *, GlobalLU_t *) |
| int | dLUMemXpand (int, int, MemType, int *, GlobalLU_t *) |
| int * | intMalloc (int) |
| int * | intCalloc (int) |
| double * | doubleMalloc (int) |
| double * | doubleCalloc (int) |
| int | memory_usage () |
| int | dQuerySpace (SuperMatrix *, SuperMatrix *, int, mem_usage_t *) |
| void | dCompRow_to_CompCol (int, int, int, double *, int *, int *, double **, int **, int **) |
| double | SuperLU_timer_ () |
| int | sp_ienv (int) |
| int | lsame_ (char *, char *) |
| int | xerbla_ (char *, int *) |
| void | ifill (int *, int, int) |
| void | dfill (double *, int, double) |
| void | inf_norm_error (int, SuperMatrix *, double *) |
| void | snode_profile (int, int *) |
| void | super_stats (int, int *) |
| void | PrintSumm (char *, int, int, int) |
| void | PrintPerf (SuperMatrix *, SuperMatrix *, mem_usage_t *, double, double, double *, double *, char *) |
| void | dPrint_CompCol_Matrix (char *, SuperMatrix *) |
| void | dPrint_SuperNode_Matrix (char *, SuperMatrix *) |
| void | dPrint_Dense_Matrix (char *, SuperMatrix *) |
| void | print_lu_col (char *, int, int, int *, GlobalLU_t *) |
| void | print_panel_seg (int, int, int, int, int *, int *) |
| void | check_tempv (int, double *) |
| void | check_repfnz (int, int, int, int *) |
Sparse matrix types and function prototypes (double) for the SuperLU solver.
Definition in file dsp_defs.h.
| #define NO_MARKER 3 |
Definition at line 33 of file dsp_defs.h.
Definition at line 34 of file dsp_defs.h.
| enum LU_space_t |
| Enumerator | |
|---|---|
| SYSTEM | |
| USER | |
| SYSTEM | |
| USER | |
| SYSTEM | |
| USER | |
| SYSTEM | |
| USER | |
Definition at line 38 of file dsp_defs.h.
| enum MemType |
| Enumerator | |
|---|---|
| LUSUP | |
| UCOL | |
| LSUB | |
| USUB | |
| LUSUP | |
| UCOL | |
| LSUB | |
| USUB | |
| LUSUP | |
| UCOL | |
| LSUB | |
| USUB | |
| LUSUP | |
| UCOL | |
| LSUB | |
| USUB | |
Definition at line 36 of file dsp_defs.h.
| enum stack_end_t |
| Enumerator | |
|---|---|
| HEAD | |
| TAIL | |
| HEAD | |
| TAIL | |
| HEAD | |
| TAIL | |
| HEAD | |
| TAIL | |
Definition at line 37 of file dsp_defs.h.
| void check_repfnz | ( | int | , |
| int | , | ||
| int | , | ||
| int * | |||
| ) |
| void check_tempv | ( | int | , |
| double * | |||
| ) |
| void countnz | ( | const int | , |
| int * | , | ||
| int * | , | ||
| int * | , | ||
| GlobalLU_t * | |||
| ) |
| void dallocateA | ( | int | , |
| int | , | ||
| double ** | , | ||
| int ** | , | ||
| int ** | |||
| ) |
| int dcolumn_bmod | ( | const int | , |
| const int | , | ||
| double * | , | ||
| double * | , | ||
| int * | , | ||
| int * | , | ||
| int | , | ||
| GlobalLU_t * | |||
| ) |
| int dcolumn_dfs | ( | const int | , |
| const int | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| GlobalLU_t * | |||
| ) |
| void dCompRow_to_CompCol | ( | int | , |
| int | , | ||
| int | , | ||
| double * | , | ||
| int * | , | ||
| int * | , | ||
| double ** | , | ||
| int ** | , | ||
| int ** | |||
| ) |
| void dCopy_CompCol_Matrix | ( | SuperMatrix * | , |
| SuperMatrix * | |||
| ) |
| void dCopy_Dense_Matrix | ( | int | , |
| int | , | ||
| double * | , | ||
| int | , | ||
| double * | , | ||
| int | |||
| ) |
| int dcopy_to_ucol | ( | int | , |
| int | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| double * | , | ||
| GlobalLU_t * | |||
| ) |
| void dCreate_CompCol_Matrix | ( | SuperMatrix * | , |
| int | , | ||
| int | , | ||
| int | , | ||
| double * | , | ||
| int * | , | ||
| int * | , | ||
| Stype_t | , | ||
| Dtype_t | , | ||
| Mtype_t | |||
| ) |
Referenced by lu_solve().
| void dCreate_Dense_Matrix | ( | SuperMatrix * | , |
| int | , | ||
| int | , | ||
| double * | , | ||
| int | , | ||
| Stype_t | , | ||
| Dtype_t | , | ||
| Mtype_t | |||
| ) |
Referenced by lu_solve().
| void dCreate_SuperNode_Matrix | ( | SuperMatrix * | , |
| int | , | ||
| int | , | ||
| int | , | ||
| double * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| Stype_t | , | ||
| Dtype_t | , | ||
| Mtype_t | |||
| ) |
| void Destroy_CompCol_Matrix | ( | SuperMatrix * | ) |
| void Destroy_CompCol_Permuted | ( | SuperMatrix * | ) |
| void Destroy_Dense_Matrix | ( | SuperMatrix * | ) |
| void Destroy_SuperMatrix_Store | ( | SuperMatrix * | ) |
| void Destroy_SuperNode_Matrix | ( | SuperMatrix * | ) |
| void dfill | ( | double * | , |
| int | , | ||
| double | |||
| ) |
| void dFillRHS | ( | char * | , |
| int | , | ||
| double * | , | ||
| int | , | ||
| SuperMatrix * | , | ||
| SuperMatrix * | |||
| ) |
| void dGenXtrue | ( | int | , |
| int | , | ||
| double * | , | ||
| int | |||
| ) |
| void dgscon | ( | char * | , |
| SuperMatrix * | , | ||
| SuperMatrix * | , | ||
| double | , | ||
| double * | , | ||
| int * | |||
| ) |
| void dgsequ | ( | SuperMatrix * | , |
| double * | , | ||
| double * | , | ||
| double * | , | ||
| double * | , | ||
| double * | , | ||
| int * | |||
| ) |
| void dgsrfs | ( | char * | , |
| SuperMatrix * | , | ||
| SuperMatrix * | , | ||
| SuperMatrix * | , | ||
| int * | , | ||
| int * | , | ||
| char * | , | ||
| double * | , | ||
| double * | , | ||
| SuperMatrix * | , | ||
| SuperMatrix * | , | ||
| double * | , | ||
| double * | , | ||
| int * | |||
| ) |
| void dgssv | ( | SuperMatrix * | , |
| int * | , | ||
| int * | , | ||
| SuperMatrix * | , | ||
| SuperMatrix * | , | ||
| SuperMatrix * | , | ||
| int * | |||
| ) |
Referenced by lu_solve().
| void dgssvx | ( | char * | , |
| char * | , | ||
| char * | , | ||
| SuperMatrix * | , | ||
| factor_param_t * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| char * | , | ||
| double * | , | ||
| double * | , | ||
| SuperMatrix * | , | ||
| SuperMatrix * | , | ||
| void * | , | ||
| int | , | ||
| SuperMatrix * | , | ||
| SuperMatrix * | , | ||
| double * | , | ||
| double * | , | ||
| double * | , | ||
| double * | , | ||
| mem_usage_t * | , | ||
| int * | |||
| ) |
| void dgstrf | ( | char * | , |
| SuperMatrix * | , | ||
| double | , | ||
| double | , | ||
| int | , | ||
| int | , | ||
| int * | , | ||
| void * | , | ||
| int | , | ||
| int * | , | ||
| int * | , | ||
| SuperMatrix * | , | ||
| SuperMatrix * | , | ||
| int * | |||
| ) |
| void dgstrs | ( | char * | , |
| SuperMatrix * | , | ||
| SuperMatrix * | , | ||
| int * | , | ||
| int * | , | ||
| SuperMatrix * | , | ||
| int * | |||
| ) |
| void dlaqgs | ( | SuperMatrix * | , |
| double * | , | ||
| double * | , | ||
| double | , | ||
| double | , | ||
| double | , | ||
| char * | |||
| ) |
| int dLUMemInit | ( | char * | , |
| void * | , | ||
| int | , | ||
| int | , | ||
| int | , | ||
| int | , | ||
| int | , | ||
| SuperMatrix * | , | ||
| SuperMatrix * | , | ||
| GlobalLU_t * | , | ||
| int ** | , | ||
| double ** | |||
| ) |
| int dLUMemXpand | ( | int | , |
| int | , | ||
| MemType | , | ||
| int * | , | ||
| GlobalLU_t * | |||
| ) |
| void dLUWorkFree | ( | int * | , |
| double * | , | ||
| GlobalLU_t * | |||
| ) |
| double* doubleCalloc | ( | int | ) |
| double* doubleMalloc | ( | int | ) |
| void dpanel_bmod | ( | const int | , |
| const int | , | ||
| const int | , | ||
| const int | , | ||
| double * | , | ||
| double * | , | ||
| int * | , | ||
| int * | , | ||
| GlobalLU_t * | |||
| ) |
| void dpanel_dfs | ( | const int | , |
| const int | , | ||
| const int | , | ||
| SuperMatrix * | , | ||
| int * | , | ||
| int * | , | ||
| double * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| GlobalLU_t * | |||
| ) |
| double dPivotGrowth | ( | int | , |
| SuperMatrix * | , | ||
| int * | , | ||
| SuperMatrix * | , | ||
| SuperMatrix * | |||
| ) |
| int dpivotL | ( | const int | , |
| const double | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| GlobalLU_t * | |||
| ) |
| void dPrint_CompCol_Matrix | ( | char * | , |
| SuperMatrix * | |||
| ) |
| void dPrint_Dense_Matrix | ( | char * | , |
| SuperMatrix * | |||
| ) |
| void dPrint_SuperNode_Matrix | ( | char * | , |
| SuperMatrix * | |||
| ) |
| void dpruneL | ( | const int | , |
| const int * | , | ||
| const int | , | ||
| const int | , | ||
| const int * | , | ||
| const int * | , | ||
| int * | , | ||
| GlobalLU_t * | |||
| ) |
| int dQuerySpace | ( | SuperMatrix * | , |
| SuperMatrix * | , | ||
| int | , | ||
| mem_usage_t * | |||
| ) |
Referenced by lu_solve().
| void dreadmt | ( | int * | , |
| int * | , | ||
| int * | , | ||
| double ** | , | ||
| int ** | , | ||
| int ** | |||
| ) |
| void dSetRWork | ( | int | , |
| int | , | ||
| double * | , | ||
| double ** | , | ||
| double ** | |||
| ) |
| int dsnode_bmod | ( | const int | , |
| const int | , | ||
| const int | , | ||
| double * | , | ||
| double * | , | ||
| GlobalLU_t * | |||
| ) |
| int dsnode_dfs | ( | const int | , |
| const int | , | ||
| const int * | , | ||
| const int * | , | ||
| const int * | , | ||
| int * | , | ||
| int * | , | ||
| GlobalLU_t * | |||
| ) |
| void fixupL | ( | const int | , |
| const int * | , | ||
| GlobalLU_t * | |||
| ) |
| void get_perm_c | ( | int | , |
| SuperMatrix * | , | ||
| int * | |||
| ) |
| void ifill | ( | int * | , |
| int | , | ||
| int | |||
| ) |
| void inf_norm_error | ( | int | , |
| SuperMatrix * | , | ||
| double * | |||
| ) |
| int* intCalloc | ( | int | ) |
| int* intMalloc | ( | int | ) |
| int lsame_ | ( | char * | , |
| char * | |||
| ) |
| int memory_usage | ( | ) |
| void print_lu_col | ( | char * | , |
| int | , | ||
| int | , | ||
| int * | , | ||
| GlobalLU_t * | |||
| ) |
| void print_panel_seg | ( | int | , |
| int | , | ||
| int | , | ||
| int | , | ||
| int * | , | ||
| int * | |||
| ) |
| void PrintPerf | ( | SuperMatrix * | , |
| SuperMatrix * | , | ||
| mem_usage_t * | , | ||
| double | , | ||
| double | , | ||
| double * | , | ||
| double * | , | ||
| char * | |||
| ) |
| void PrintSumm | ( | char * | , |
| int | , | ||
| int | , | ||
| int | |||
| ) |
| void relax_snode | ( | int | , |
| int * | , | ||
| int | , | ||
| int * | , | ||
| int * | |||
| ) |
| void resetrep_col | ( | const int | , |
| const int * | , | ||
| int * | |||
| ) |
| void SetIWork | ( | int | , |
| int | , | ||
| int | , | ||
| int * | , | ||
| int ** | , | ||
| int ** | , | ||
| int ** | , | ||
| int ** | , | ||
| int ** | , | ||
| int ** | , | ||
| int ** | |||
| ) |
| void snode_profile | ( | int | , |
| int * | |||
| ) |
| int sp_coletree | ( | int * | , |
| int * | , | ||
| int * | , | ||
| int | , | ||
| int | , | ||
| int * | |||
| ) |
| int sp_dgemm | ( | char * | , |
| char * | , | ||
| int | , | ||
| int | , | ||
| int | , | ||
| double | , | ||
| SuperMatrix * | , | ||
| double * | , | ||
| int | , | ||
| double | , | ||
| double * | , | ||
| int | |||
| ) |
| int sp_dgemv | ( | char * | , |
| double | , | ||
| SuperMatrix * | , | ||
| double * | , | ||
| int | , | ||
| double | , | ||
| double * | , | ||
| int | |||
| ) |
| int sp_dtrsv | ( | char * | , |
| char * | , | ||
| char * | , | ||
| SuperMatrix * | , | ||
| SuperMatrix * | , | ||
| double * | , | ||
| int * | |||
| ) |
| int sp_ienv | ( | int | ) |
| void sp_preorder | ( | char * | , |
| SuperMatrix * | , | ||
| int * | , | ||
| int * | , | ||
| SuperMatrix * | |||
| ) |
| int spcoletree | ( | int * | , |
| int * | , | ||
| int * | , | ||
| int | , | ||
| int | , | ||
| int * | |||
| ) |
| void StatFree | ( | ) |
| void StatInit | ( | int | , |
| int | |||
| ) |
| void super_stats | ( | int | , |
| int * | |||
| ) |
| void superlu_abort_and_exit | ( | char * | ) |
| void superlu_free | ( | void * | ) |
| void* superlu_malloc | ( | int | ) |
| double SuperLU_timer_ | ( | ) |
| int* TreePostorder | ( | int | , |
| int * | |||
| ) |
| int xerbla_ | ( | char * | , |
| int * | |||
| ) |
1.8.5