|
TBCI Numerical high perf. C++ Library 2.8.0
|
Sparse matrix types and function prototypes (float) 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) |
Enumerations | |
| enum | MemType { LUSUP , UCOL , LSUB , USUB } |
| enum | stack_end_t { HEAD , TAIL } |
| enum | LU_space_t { SYSTEM , USER } |
Functions | |
| void | sgssv (SuperMatrix *, int *, int *, SuperMatrix *, SuperMatrix *, SuperMatrix *, int *) |
| void | sgssvx (char *, char *, char *, SuperMatrix *, factor_param_t *, int *, int *, int *, char *, float *, float *, SuperMatrix *, SuperMatrix *, void *, int, SuperMatrix *, SuperMatrix *, float *, float *, float *, float *, mem_usage_t *, int *) |
| void | sCreate_CompCol_Matrix (SuperMatrix *, int, int, int, float *, int *, int *, Stype_t, Dtype_t, Mtype_t) |
| void | sCopy_CompCol_Matrix (SuperMatrix *, SuperMatrix *) |
| void | sCreate_Dense_Matrix (SuperMatrix *, int, int, float *, int, Stype_t, Dtype_t, Mtype_t) |
| void | sCreate_SuperNode_Matrix (SuperMatrix *, int, int, int, float *, int *, int *, int *, int *, int *, Stype_t, Dtype_t, Mtype_t) |
| void | sCopy_Dense_Matrix (int, int, float *, int, float *, 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 | sallocateA (int, int, float **, 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 | sgstrf (char *, SuperMatrix *, float, float, int, int, int *, void *, int, int *, int *, SuperMatrix *, SuperMatrix *, int *) |
| void | relax_snode (int, int *, int, int *, int *) |
| int | ssnode_dfs (const int, const int, const int *, const int *, const int *, int *, int *, GlobalLU_t *) |
| int | ssnode_bmod (const int, const int, const int, float *, float *, GlobalLU_t *) |
| void | spanel_dfs (const int, const int, const int, SuperMatrix *, int *, int *, float *, int *, int *, int *, int *, int *, int *, int *, GlobalLU_t *) |
| void | spanel_bmod (const int, const int, const int, const int, float *, float *, int *, int *, GlobalLU_t *) |
| int | scolumn_dfs (const int, const int, int *, int *, int *, int *, int *, int *, int *, int *, int *, GlobalLU_t *) |
| int | scolumn_bmod (const int, const int, float *, float *, int *, int *, int, GlobalLU_t *) |
| int | scopy_to_ucol (int, int, int *, int *, int *, float *, GlobalLU_t *) |
| int | spivotL (const int, const float, int *, int *, int *, int *, int *, GlobalLU_t *) |
| void | spruneL (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 | sreadmt (int *, int *, int *, float **, int **, int **) |
| void | sGenXtrue (int, int, float *, int) |
| void | sFillRHS (char *, int, float *, int, SuperMatrix *, SuperMatrix *) |
| void | sgstrs (char *, SuperMatrix *, SuperMatrix *, int *, int *, SuperMatrix *, int *) |
| void | sgsequ (SuperMatrix *, float *, float *, float *, float *, float *, int *) |
| void | slaqgs (SuperMatrix *, float *, float *, float, float, float, char *) |
| void | sgscon (char *, SuperMatrix *, SuperMatrix *, float, float *, int *) |
| float | sPivotGrowth (int, SuperMatrix *, int *, SuperMatrix *, SuperMatrix *) |
| void | sgsrfs (char *, SuperMatrix *, SuperMatrix *, SuperMatrix *, int *, int *, char *, float *, float *, SuperMatrix *, SuperMatrix *, float *, float *, int *) |
| int | sp_strsv (char *, char *, char *, SuperMatrix *, SuperMatrix *, float *, int *) |
| int | sp_sgemv (char *, float, SuperMatrix *, float *, int, float, float *, int) |
| int | sp_sgemm (char *, char *, int, int, int, float, SuperMatrix *, float *, int, float, float *, int) |
| void | superlu_abort_and_exit (char *) |
| void * | superlu_malloc (int) |
| void | superlu_free (void *) |
| int | sLUMemInit (char *, void *, int, int, int, int, int, SuperMatrix *, SuperMatrix *, GlobalLU_t *, int **, float **) |
| void | SetIWork (int, int, int, int *, int **, int **, int **, int **, int **, int **, int **) |
| void | sSetRWork (int, int, float *, float **, float **) |
| void | sLUWorkFree (int *, float *, GlobalLU_t *) |
| int | sLUMemXpand (int, int, MemType, int *, GlobalLU_t *) |
| int * | intMalloc (int) |
| int * | intCalloc (int) |
| float * | floatMalloc (int) |
| float * | floatCalloc (int) |
| int | memory_usage () |
| int | sQuerySpace (SuperMatrix *, SuperMatrix *, int, mem_usage_t *) |
| void | sCompRow_to_CompCol (int, int, int, float *, int *, int *, float **, int **, int **) |
| double | SuperLU_timer_ () |
| int | sp_ienv (int) |
| int | lsame_ (char *, char *) |
| int | xerbla_ (char *, int *) |
| void | ifill (int *, int, int) |
| void | sfill (float *, int, float) |
| void | inf_norm_error (int, SuperMatrix *, float *) |
| void | snode_profile (int, int *) |
| void | super_stats (int, int *) |
| void | PrintSumm (char *, int, int, int) |
| void | PrintPerf (SuperMatrix *, SuperMatrix *, mem_usage_t *, float, float, float *, float *, char *) |
| void | sPrint_CompCol_Matrix (char *, SuperMatrix *) |
| void | sPrint_SuperNode_Matrix (char *, SuperMatrix *) |
| void | sPrint_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, float *) |
| void | check_repfnz (int, int, int, int *) |
Sparse matrix types and function prototypes (float) for the SuperLU solver.
Definition in file ssp_defs.h.
| #define NO_MARKER 3 |
Definition at line 33 of file ssp_defs.h.
| #define NUM_TEMPV | ( | m, | |
| w, | |||
| t, | |||
| b ) |
Definition at line 34 of file ssp_defs.h.
| enum LU_space_t |
| Enumerator | |
|---|---|
| SYSTEM | |
| USER | |
Definition at line 38 of file ssp_defs.h.
| enum MemType |
| Enumerator | |
|---|---|
| LUSUP | |
| UCOL | |
| LSUB | |
| USUB | |
Definition at line 36 of file ssp_defs.h.
| enum stack_end_t |
| Enumerator | |
|---|---|
| HEAD | |
| TAIL | |
Definition at line 37 of file ssp_defs.h.
|
extern |
References check_repfnz().
|
extern |
References check_tempv().
|
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 fixupL().
|
extern |
References floatCalloc(), and superlu_malloc().
|
extern |
References floatMalloc().
|
extern |
References get_perm_c().
|
extern |
References ifill().
|
extern |
References 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 PrintPerf().
|
extern |
References PrintSumm().
|
extern |
References relax_snode().
|
extern |
References resetrep_col().
|
extern |
References sallocateA().
Referenced by sallocateA().
|
extern |
References scolumn_bmod().
Referenced by scolumn_bmod().
|
extern |
References scolumn_dfs().
Referenced by scolumn_dfs().
|
extern |
References sCompRow_to_CompCol().
Referenced by sCompRow_to_CompCol().
|
extern |
References sCopy_CompCol_Matrix().
Referenced by sCopy_CompCol_Matrix().
|
extern |
References sCopy_Dense_Matrix().
Referenced by sCopy_Dense_Matrix().
|
extern |
References scopy_to_ucol().
Referenced by scopy_to_ucol().
|
extern |
References sCreate_CompCol_Matrix().
Referenced by sCreate_CompCol_Matrix().
|
extern |
References sCreate_Dense_Matrix().
Referenced by sCreate_Dense_Matrix().
|
extern |
References sCreate_SuperNode_Matrix().
Referenced by sCreate_SuperNode_Matrix().
|
extern |
References SetIWork().
|
extern |
References sFillRHS().
Referenced by sFillRHS().
|
extern |
References sGenXtrue().
Referenced by sGenXtrue().
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
References sLUMemInit().
Referenced by sLUMemInit().
|
extern |
References sLUMemXpand().
Referenced by sLUMemXpand().
|
extern |
References sLUWorkFree().
Referenced by sLUWorkFree().
|
extern |
References snode_profile().
|
extern |
References sp_coletree().
|
extern |
References sp_ienv().
|
extern |
References sp_preorder().
|
extern |
References sp_sgemm().
Referenced by sp_sgemm().
|
extern |
References sp_sgemv().
Referenced by sp_sgemv().
|
extern |
References sp_strsv().
Referenced by sp_strsv().
|
extern |
References spanel_bmod().
Referenced by spanel_bmod().
|
extern |
References spanel_dfs().
Referenced by spanel_dfs().
|
extern |
References spcoletree().
|
extern |
References sPivotGrowth().
Referenced by sPivotGrowth().
|
extern |
|
extern |
References sPrint_CompCol_Matrix().
Referenced by sPrint_CompCol_Matrix().
|
extern |
References sPrint_Dense_Matrix().
Referenced by sPrint_Dense_Matrix().
|
extern |
References sPrint_SuperNode_Matrix().
Referenced by sPrint_SuperNode_Matrix().
|
extern |
|
extern |
References sQuerySpace().
Referenced by sQuerySpace().
|
extern |
|
extern |
References sSetRWork().
Referenced by sSetRWork().
|
extern |
References ssnode_bmod().
Referenced by ssnode_bmod().
|
extern |
References ssnode_dfs().
Referenced by ssnode_dfs().
|
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_().