Mir 1.0
Mir application programming interface
mirml_matrix_t_ Struct Reference

Matrix definition. More...

#include <mirml.h>

Data Fields

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.
 

Detailed Description

Matrix definition.


The documentation for this struct was generated from the following file: