genomicSimulationC 0.2.6
|
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 | rows |
Number of rows in the matrix. More... | |
size_t | cols |
number of columns in the matrix More... | |
A row-major heap matrix that contains floating point numbers.
dmatrix
functions are designed to act on this matrix.
Rows make the first index of the matrix and columns the second.
Has short name: DecimalMatrix
Definition at line 545 of file sim-operations.h.
size_t gsc_DecimalMatrix::cols |
number of columns in the matrix
Definition at line 548 of file sim-operations.h.
double** gsc_DecimalMatrix::matrix |
The actual matrix and contents.
Definition at line 546 of file sim-operations.h.
size_t gsc_DecimalMatrix::rows |
Number of rows in the matrix.
Definition at line 547 of file sim-operations.h.