HiCMA
Hierarchical Computations on Manycore Architectures
hicma.h
Go to the documentation of this file.
1 #ifndef __HICMA__
2 #define __HICMA__
3 #include "hicma_struct.h"
4 int HICMA_init();
13 int HICMA_set_starsh_format(STARSH_blrf *starsh_format);
14 STARSH_blrf* HICMA_get_starsh_format();
18 int HICMA_set_fixed_rank(int rank);
19 #endif
int HICMA_get_print_mat()
Definition: hicma_init.c:56
int HICMA_set_use_fast_hcore_zgemm()
Definition: hicma_init.c:22
int HICMA_unset_print_index_end()
Definition: hicma_init.c:18
int HICMA_get_fixed_rank()
Definition: hicma_init.c:43
int HICMA_set_starsh_format(STARSH_blrf *starsh_format)
Definition: hicma_init.c:33
int HICMA_set_print_index()
Definition: hicma_init.c:6
int HICMA_get_always_fixed_rank()
Definition: hicma_init.c:40
int HICMA_set_print_index_end()
Definition: hicma_init.c:14
int HICMA_set_print_mat()
Definition: hicma_init.c:59
int HICMA_init()
Definition: hicma_init.c:2
int HICMA_set_fixed_rank(int rank)
Definition: hicma_init.c:46
int HICMA_get_print_index_end()
Definition: hicma_init.c:53
STARSH_blrf * HICMA_get_starsh_format()
Definition: hicma_init.c:37
int HICMA_get_use_fast_hcore_zgemm()
Definition: hicma_init.c:26
int HICMA_get_print_index()
Definition: hicma_init.c:50