#include <matrix.h>
Public Attributes | |
CandlMatrix * | matrix |
struct candlmatrixlist * | next |
CandlMatrixList structure: this structure reprensents a node of a linked list of CandlMatrix structures.
An element of the list.
Referenced by candl_matrix_list_free(), candl_matrix_list_malloc(), candl_matrix_list_print_structure(), and candl_matrix_list_read().
struct candlmatrixlist* candlmatrixlist::next |
Pointer to the next element of the list.
Referenced by candl_matrix_list_free(), candl_matrix_list_malloc(), candl_matrix_list_print_structure(), and candl_matrix_list_read().