Matrix definition.
More...
#include <mirml.h>
|
|
int | data_type |
| | One of MIRML_DTYPE_...
|
| |
|
unsigned int | flags |
| | MIRML_DTYPEF_...
|
| |
|
mirkl_size_t | rows |
| | Current number of rows in the matrix.
|
| |
|
mirkl_size_t | cols |
| | Current number of columns in the matrix.
|
| |
|
mirkl_size_t | rows_max |
| | Maximal number of allocated rows.
|
| |
|
mirkl_size_t | cols_max |
| | Maximal number of allocated columns.
|
| |
|
void * | e |
| | Elements of matrix accessed by indices e[i][j].
|
| |
|
void * | data |
| | Pointer to the allocated memory for matrix elements.
|
| |
The documentation for this struct was generated from the following file: