#include <scilab/modules/graphics/includes/sciMatrix.h>
Data Fields | |
| void ** | data |
| int | nbCol |
| int | nbRow |
Definition at line 17 of file sciMatrix.h.
| void** sciMatrix::data |
the data are stored in an array of void pointers
Definition at line 19 of file sciMatrix.h.
Referenced by copyStringMatrix(), emptyMatrix(), newCompleteMatrix(), newFullStringMatrix(), and newMatrix().
Definition at line 20 of file sciMatrix.h.
Referenced by copyStringMatrix(), emptyMatrix(), newCompleteMatrix(), and newMatrix().
Definition at line 21 of file sciMatrix.h.
Referenced by copyStringMatrix(), emptyMatrix(), newCompleteMatrix(), and newMatrix().
1.5.1