30 # define __DISPLAY_H__
44 tla_display_vec_reduced (
ccl_log_type log,
const tla_vec_t v);
46 tla_display_vec_ith_component (
ccl_log_type log,
const tla_vec_t v,
int i);
48 tla_display_vec_ith_component_reduced (
ccl_log_type log,
const tla_vec_t v,
52 tla_display_matrix (
ccl_log_type log,
const tla_matrix_t M);
57 tla_display_vsp_reduced(
ccl_log_type log,
const tla_vsp_t vsp);
59 tla_display_vsp_equations(
ccl_log_type log,
const tla_vsp_t vsp);
62 tla_display_saff (
ccl_log_type log,
const tla_saff_t saff);
64 tla_display_saff_reduced (
ccl_log_type log,
const tla_saff_t saff);
66 tla_display_saff_equations (
ccl_log_type log,
const tla_saff_t saff);
69 tla_display_group (
ccl_log_type log,
const tla_group_t G);
enum ccl_log_type_enum ccl_log_type
Enum that indicates which kind of message has to be displayed. Each kind of message can be displayed ...