#include <matrix.h>
Public Attributes | |
scoplib_matrix_p | elt |
struct scoplib_matrix_list * | next |
The scoplib_matrix_list_t structure describes a (chained) list of matrices. It is used to store the list of matrices for the iteration domain of a statement (possibly being a union of convex domains).
An element of the list.
Referenced by scoplib_matrix_list_free(), scoplib_matrix_list_malloc(), scoplib_matrix_list_print_dot_scop(), scoplib_matrix_list_print_structure(), scoplib_matrix_list_read(), scoplib_scop_dup(), and scoplib_statement_read().
struct scoplib_matrix_list* scoplib_matrix_list::next [read] |
Pointer to the next element of the list.
Referenced by scoplib_matrix_list_free(), scoplib_matrix_list_malloc(), scoplib_matrix_list_print_dot_scop(), scoplib_matrix_list_print_structure(), and scoplib_matrix_list_read().