|
TBCI Numerical high perf. C++ Library 2.8.0
|
Sparse matrix types and function prototypes (complex double) for the SuperLU solver. More...
#include "tbci/superlu/Cnames.h"#include "tbci/superlu/supermatrix.h"#include "tbci/superlu/dcomplex.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) |
Enumerations | |
| enum | MemType { LUSUP , UCOL , LSUB , USUB } |
| enum | stack_end_t { HEAD , TAIL } |
| enum | LU_space_t { SYSTEM , USER } |
Functions | |
| void | zgssv (SuperMatrix *, int *, int *, SuperMatrix *, SuperMatrix *, SuperMatrix *, int *) |
| void | zgssvx (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 | zCreate_CompCol_Matrix (SuperMatrix *, int, int, int, doublecomplex *, int *, int *, Stype_t, Dtype_t, Mtype_t) |
| void | zCopy_CompCol_Matrix (SuperMatrix *, SuperMatrix *) |
| void | zCreate_Dense_Matrix (SuperMatrix *, int, int, doublecomplex *, int, Stype_t, Dtype_t, Mtype_t) |
| void | zCreate_SuperNode_Matrix (SuperMatrix *, int, int, int, doublecomplex *, int *, int *, int *, int *, int *, Stype_t, Dtype_t, Mtype_t) |
| void | zCopy_Dense_Matrix (int, int, doublecomplex *, int, doublecomplex *, 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 | zallocateA (int, int, doublecomplex **, 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 | zgstrf (char *, SuperMatrix *, double, double, int, int, int *, void *, int, int *, int *, SuperMatrix *, SuperMatrix *, int *) |
| void | relax_snode (int, int *, int, int *, int *) |
| int | zsnode_dfs (const int, const int, const int *, const int *, const int *, int *, int *, GlobalLU_t *) |
| int | zsnode_bmod (const int, const int, const int, doublecomplex *, doublecomplex *, GlobalLU_t *) |
| void | zpanel_dfs (const int, const int, const int, SuperMatrix *, int *, int *, doublecomplex *, int *, int *, int *, int *, int *, int *, int *, GlobalLU_t *) |
| void | zpanel_bmod (const int, const int, const int, const int, doublecomplex *, doublecomplex *, int *, int *, GlobalLU_t *) |
| int | zcolumn_dfs (const int, const int, int *, int *, int *, int *, int *, int *, int *, int *, int *, GlobalLU_t *) |
| int | zcolumn_bmod (const int, const int, doublecomplex *, doublecomplex *, int *, int *, int, GlobalLU_t *) |
| int | zcopy_to_ucol (int, int, int *, int *, int *, doublecomplex *, GlobalLU_t *) |
| int | zpivotL (const int, const double, int *, int *, int *, int *, int *, GlobalLU_t *) |
| void | zpruneL (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 | zreadmt (int *, int *, int *, doublecomplex **, int **, int **) |
| void | zGenXtrue (int, int, doublecomplex *, int) |
| void | zFillRHS (char *, int, doublecomplex *, int, SuperMatrix *, SuperMatrix *) |
| void | zgstrs (char *, SuperMatrix *, SuperMatrix *, int *, int *, SuperMatrix *, int *) |
| void | zgsequ (SuperMatrix *, double *, double *, double *, double *, double *, int *) |
| void | zlaqgs (SuperMatrix *, double *, double *, double, double, double, char *) |
| void | zgscon (char *, SuperMatrix *, SuperMatrix *, double, double *, int *) |
| double | zPivotGrowth (int, SuperMatrix *, int *, SuperMatrix *, SuperMatrix *) |
| void | zgsrfs (char *, SuperMatrix *, SuperMatrix *, SuperMatrix *, int *, int *, char *, double *, double *, SuperMatrix *, SuperMatrix *, double *, double *, int *) |
| int | sp_ztrsv (char *, char *, char *, SuperMatrix *, SuperMatrix *, doublecomplex *, int *) |
| int | sp_zgemv (char *, doublecomplex, SuperMatrix *, doublecomplex *, int, doublecomplex, doublecomplex *, int) |
| int | sp_zgemm (char *, char *, int, int, int, doublecomplex, SuperMatrix *, doublecomplex *, int, doublecomplex, doublecomplex *, int) |
| void | superlu_abort_and_exit (char *) |
| void * | superlu_malloc (int) |
| void | superlu_free (void *) |
| int | zLUMemInit (char *, void *, int, int, int, int, int, SuperMatrix *, SuperMatrix *, GlobalLU_t *, int **, doublecomplex **) |
| void | SetIWork (int, int, int, int *, int **, int **, int **, int **, int **, int **, int **) |
| void | zSetRWork (int, int, doublecomplex *, doublecomplex **, doublecomplex **) |
| void | zLUWorkFree (int *, doublecomplex *, GlobalLU_t *) |
| int | zLUMemXpand (int, int, MemType, int *, GlobalLU_t *) |
| int * | intMalloc (int) |
| int * | intCalloc (int) |
| doublecomplex * | doublecomplexMalloc (int) |
| doublecomplex * | doublecomplexCalloc (int) |
| double * | doubleMalloc (int) |
| double * | doubleCalloc (int) |
| int | memory_usage () |
| int | zQuerySpace (SuperMatrix *, SuperMatrix *, int, mem_usage_t *) |
| void | zCompRow_to_CompCol (int, int, int, doublecomplex *, int *, int *, doublecomplex **, int **, int **) |
| double | SuperLU_timer_ () |
| int | sp_ienv (int) |
| int | lsame_ (char *, char *) |
| int | xerbla_ (char *, int *) |
| void | ifill (int *, int, int) |
| void | zfill (doublecomplex *, int, doublecomplex) |
| void | inf_norm_error (int, SuperMatrix *, doublecomplex *) |
| void | snode_profile (int, int *) |
| void | super_stats (int, int *) |
| void | PrintSumm (char *, int, int, int) |
| void | PrintPerf (SuperMatrix *, SuperMatrix *, mem_usage_t *, doublecomplex, doublecomplex, doublecomplex *, doublecomplex *, char *) |
| void | zPrint_CompCol_Matrix (char *, SuperMatrix *) |
| void | zPrint_SuperNode_Matrix (char *, SuperMatrix *) |
| void | zPrint_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, doublecomplex *) |
| void | check_repfnz (int, int, int, int *) |
Sparse matrix types and function prototypes (complex double) for the SuperLU solver.
Definition in file zsp_defs.h.
| #define NO_MARKER 3 |
Definition at line 34 of file zsp_defs.h.
| #define NUM_TEMPV | ( | m, | |
| w, | |||
| t, | |||
| b ) |
Definition at line 35 of file zsp_defs.h.
| enum LU_space_t |
| Enumerator | |
|---|---|
| SYSTEM | |
| USER | |
Definition at line 39 of file zsp_defs.h.
| enum MemType |
| Enumerator | |
|---|---|
| LUSUP | |
| UCOL | |
| LSUB | |
| USUB | |
Definition at line 37 of file zsp_defs.h.
| enum stack_end_t |
| Enumerator | |
|---|---|
| HEAD | |
| TAIL | |
Definition at line 38 of file zsp_defs.h.
|
extern |
References check_repfnz().
|
extern |
References check_tempv(), and doublecomplex.
|
extern |
References countnz().
|
extern |
References Destroy_CompCol_Matrix().
|
extern |
References Destroy_CompCol_Permuted().
|
extern |
References Destroy_Dense_Matrix().
|
extern |
References Destroy_SuperMatrix_Store().
|
extern |
References Destroy_SuperNode_Matrix().
|
extern |
References doubleCalloc(), and superlu_malloc().
|
extern |
References doublecomplex, and doublecomplexCalloc().
Referenced by doublecomplexCalloc().
|
extern |
References doublecomplex, and doublecomplexMalloc().
Referenced by doublecomplexMalloc().
|
extern |
References doubleMalloc().
|
extern |
References fixupL().
|
extern |
References get_perm_c().
|
extern |
References ifill().
|
extern |
References doublecomplex, and inf_norm_error().
|
extern |
References intCalloc().
|
extern |
References intMalloc().
|
extern |
References lsame_().
|
extern |
References memory_usage().
|
extern |
References print_lu_col().
|
extern |
References print_panel_seg().
|
extern |
References doublecomplex, and PrintPerf().
|
extern |
References PrintSumm().
|
extern |
References relax_snode().
|
extern |
References resetrep_col().
|
extern |
References SetIWork().
|
extern |
References snode_profile().
|
extern |
References sp_coletree().
|
extern |
References sp_ienv().
|
extern |
References sp_preorder().
|
extern |
References doublecomplex, and sp_zgemm().
Referenced by sp_zgemm().
|
extern |
References doublecomplex, and sp_zgemv().
Referenced by sp_zgemv().
|
extern |
References doublecomplex, and sp_ztrsv().
Referenced by sp_ztrsv().
|
extern |
References spcoletree().
|
extern |
References StatFree().
|
extern |
References StatInit().
|
extern |
References super_stats().
|
extern |
References superlu_abort_and_exit().
|
extern |
References superlu_free().
|
extern |
References superlu_malloc().
|
extern |
References SuperLU_timer_().
|
extern |
References TreePostorder().
|
extern |
References xerbla_().
|
extern |
References doublecomplex, and zallocateA().
Referenced by zallocateA().
|
extern |
References doublecomplex, and zcolumn_bmod().
Referenced by zcolumn_bmod().
|
extern |
References zcolumn_dfs().
Referenced by zcolumn_dfs().
|
extern |
References doublecomplex, and zCompRow_to_CompCol().
Referenced by zCompRow_to_CompCol().
|
extern |
References zCopy_CompCol_Matrix().
Referenced by zCopy_CompCol_Matrix().
|
extern |
References doublecomplex, and zCopy_Dense_Matrix().
Referenced by zCopy_Dense_Matrix().
|
extern |
References doublecomplex, and zcopy_to_ucol().
Referenced by zcopy_to_ucol().
|
extern |
References doublecomplex, and zCreate_CompCol_Matrix().
Referenced by lu_solve(), lu_solve(), and zCreate_CompCol_Matrix().
|
extern |
References doublecomplex, and zCreate_Dense_Matrix().
Referenced by lu_solve(), lu_solve(), and zCreate_Dense_Matrix().
|
extern |
References doublecomplex, and zCreate_SuperNode_Matrix().
Referenced by zCreate_SuperNode_Matrix().
|
extern |
References doublecomplex, and zfill().
Referenced by zfill().
|
extern |
References doublecomplex, and zFillRHS().
Referenced by zFillRHS().
|
extern |
References doublecomplex, and zGenXtrue().
Referenced by zGenXtrue().
|
extern |
|
extern |
|
extern |
|
extern |
References zgssv().
Referenced by lu_solve(), lu_solve(), and zgssv().
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
References doublecomplex, and zLUMemInit().
Referenced by zLUMemInit().
|
extern |
References zLUMemXpand().
Referenced by zLUMemXpand().
|
extern |
References doublecomplex, and zLUWorkFree().
Referenced by zLUWorkFree().
|
extern |
References doublecomplex, and zpanel_bmod().
Referenced by zpanel_bmod().
|
extern |
References doublecomplex, and zpanel_dfs().
Referenced by zpanel_dfs().
|
extern |
References zPivotGrowth().
Referenced by zPivotGrowth().
|
extern |
|
extern |
References zPrint_CompCol_Matrix().
Referenced by zPrint_CompCol_Matrix().
|
extern |
References zPrint_Dense_Matrix().
Referenced by zPrint_Dense_Matrix().
|
extern |
References zPrint_SuperNode_Matrix().
Referenced by zPrint_SuperNode_Matrix().
|
extern |
|
extern |
References zQuerySpace().
Referenced by lu_solve(), lu_solve(), and zQuerySpace().
|
extern |
References doublecomplex, and zreadmt().
Referenced by zreadmt().
|
extern |
References doublecomplex, and zSetRWork().
Referenced by zSetRWork().
|
extern |
References doublecomplex, and zsnode_bmod().
Referenced by zsnode_bmod().
|
extern |
References zsnode_dfs().
Referenced by zsnode_dfs().