HiCMA
Hierarchical Computations on Manycore Architectures
hicma_init.c File Reference
#include "hicma_init.h"

Go to the source code of this file.

Functions

int HICMA_init ()
 
int HICMA_set_print_index ()
 
int HICMA_unset_print_index ()
 
int HICMA_set_print_index_end ()
 
int HICMA_unset_print_index_end ()
 
int HICMA_set_use_fast_hcore_zgemm ()
 
int HICMA_get_use_fast_hcore_zgemm ()
 
int HICMA_unset_use_fast_hcore_zgemm ()
 
int HICMA_set_starsh_format (STARSH_blrf *starsh_format)
 
STARSH_blrf * HICMA_get_starsh_format ()
 
int HICMA_get_always_fixed_rank ()
 
int HICMA_get_fixed_rank ()
 
int HICMA_set_fixed_rank (int rank)
 
int HICMA_get_print_index ()
 
int HICMA_get_print_index_end ()
 
int HICMA_get_print_mat ()
 
int HICMA_set_print_mat ()
 

Function Documentation

◆ HICMA_init()

int HICMA_init ( )

Definition at line 2 of file hicma_init.c.

◆ HICMA_set_print_index()

int HICMA_set_print_index ( )

Definition at line 6 of file hicma_init.c.

◆ HICMA_unset_print_index()

int HICMA_unset_print_index ( )

Definition at line 10 of file hicma_init.c.

◆ HICMA_set_print_index_end()

int HICMA_set_print_index_end ( )

Definition at line 14 of file hicma_init.c.

◆ HICMA_unset_print_index_end()

int HICMA_unset_print_index_end ( )

Definition at line 18 of file hicma_init.c.

◆ HICMA_set_use_fast_hcore_zgemm()

int HICMA_set_use_fast_hcore_zgemm ( )

Definition at line 22 of file hicma_init.c.

◆ HICMA_get_use_fast_hcore_zgemm()

int HICMA_get_use_fast_hcore_zgemm ( )

Definition at line 26 of file hicma_init.c.

◆ HICMA_unset_use_fast_hcore_zgemm()

int HICMA_unset_use_fast_hcore_zgemm ( )

Definition at line 29 of file hicma_init.c.

◆ HICMA_set_starsh_format()

int HICMA_set_starsh_format ( STARSH_blrf *  starsh_format)

Definition at line 33 of file hicma_init.c.

◆ HICMA_get_starsh_format()

STARSH_blrf* HICMA_get_starsh_format ( )

Definition at line 37 of file hicma_init.c.

◆ HICMA_get_always_fixed_rank()

int HICMA_get_always_fixed_rank ( )

Definition at line 40 of file hicma_init.c.

◆ HICMA_get_fixed_rank()

int HICMA_get_fixed_rank ( )

Definition at line 43 of file hicma_init.c.

◆ HICMA_set_fixed_rank()

int HICMA_set_fixed_rank ( int  rank)

Definition at line 46 of file hicma_init.c.

◆ HICMA_get_print_index()

int HICMA_get_print_index ( )

Definition at line 50 of file hicma_init.c.

◆ HICMA_get_print_index_end()

int HICMA_get_print_index_end ( )

Definition at line 53 of file hicma_init.c.

◆ HICMA_get_print_mat()

int HICMA_get_print_mat ( )

Definition at line 56 of file hicma_init.c.

◆ HICMA_set_print_mat()

int HICMA_set_print_mat ( )

Definition at line 59 of file hicma_init.c.