Matrix definition.
More...
#include <mirml_meschach.h>
|
|
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.
|
| |
The documentation for this struct was generated from the following file: