Mir 1.0
Mir application programming interface
mirml_mh_matrix_t_ Struct Reference

Matrix definition. More...

#include <mirml_meschach.h>

Data Fields

mirkl_size_t m
 Number of rows in the matrix.
 
mirkl_size_t n
 Number of columns in the matrix.
 
mirkl_size_t max_m
 Max number of allocated rows. Used internally.
 
mirkl_size_t max_n
 Max number of columns. Used internally.
 
mirkl_size_t max_size
 Max size allocated for matrix. Used internally.
 
double ** me
 Elements of matrix accessed by indeces me[i][j].
 
double * base
 Internal storage of matrix in linear array.
 

Detailed Description

Matrix definition.


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