21 #ifndef _symbol_cost_h_
22 #define _symbol_cost_h_
BEGIN_C_DECLS typedef int pastix_int_t
double(* update)(pastix_int_t, pastix_int_t)
double(* trsm)(pastix_int_t, pastix_int_t)
double(* diag)(pastix_int_t)
double(* blkupdate)(pastix_int_t, pastix_int_t, pastix_int_t)
symbol_function_t flopstable[2][5]
array of pointer to the flops functions per factorization and arithmetic
struct symbol_function_s symbol_function_t
Cost functions to compute statistics on the symbolic structure.
symbol_function_t perfstable[2][5]
array of pointer to the performance functions per factorization and arithmetic
Cost functions to compute statistics on the symbolic structure.