PaStiX Handbook
6.2.1
|
#include "sopalin/coeftab_z.h"
#include "sopalin/coeftab_c.h"
#include "sopalin/coeftab_d.h"
#include "sopalin/coeftab_s.h"
Go to the source code of this file.
Typedefs | |
typedef void(* | coeftab_fct_memory_t) (SolverMatrix *, pastix_fixdbl_t *) |
Type of the memory gain functions. | |
Functions | |
void | coeftabInit (pastix_data_t *pastix_data, pastix_coefside_t side) |
Initialize the solver matrix structure. More... | |
void | coeftabExit (SolverMatrix *solvmtx) |
Free the solver matrix structure. More... | |
pastix_int_t | coeftabCompress (pastix_data_t *pastix_data) |
Compress the factorized matrix structure if not already done. More... | |
Variables | |
coeftab_fct_memory_t | coeftabMemory [4] |
List of functions to compute the memory gain in low-rank per precision. | |
PaStiX coefficient array routines header.
Definition in file coeftab.h.