genomicSimulationC 0.3
|
A row-major heap matrix that contains floating point numbers. More...
#include <sim-operations.h>
Data Fields | |
double ** | matrix |
The actual matrix and contents. More... | |
size_t | dim1 |
Number of rows in the matrix. More... | |
size_t | dim2 |
number of columns in the matrix More... | |
A row-major heap matrix that contains floating point numbers.
Rows make the first index of the matrix and columns the second.
Has short name: DecimalMatrix
Definition at line 547 of file sim-operations.h.
size_t gsc_DecimalMatrix::dim1 |
Number of rows in the matrix.
Definition at line 549 of file sim-operations.h.
size_t gsc_DecimalMatrix::dim2 |
number of columns in the matrix
Definition at line 550 of file sim-operations.h.
double** gsc_DecimalMatrix::matrix |
The actual matrix and contents.
Definition at line 548 of file sim-operations.h.