PaStiX Handbook  6.3.2
coeftab.h File Reference

Go to the source code of this file.

Typedefs

typedef void(* coeftab_fct_memory_t) (const SolverMatrix *, const pastix_int_t *, 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...
 
void coeftabComputeCblkILULevels (const SolverMatrix *solvmtx, SolverCblk *cblk)
 Compute the ILU levels of a cblk. More...
 

Variables

coeftab_fct_memory_t coeftabMemory [4]
 List of functions to compute the memory gain in low-rank per precision.
 

Detailed Description

PaStiX coefficient array routines header.

Version
6.3.2
Author
Xavier Lacoste
Pierre Ramet
Mathieu Faverge
Date
2023-07-21

Definition in file coeftab.h.