genomicSimulationC 0.2.6
Data Fields
gsc_DecimalMatrix Struct Reference

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...
 

Detailed Description

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.

Field Documentation

◆ cols

size_t gsc_DecimalMatrix::cols

number of columns in the matrix

Definition at line 548 of file sim-operations.h.

◆ matrix

double** gsc_DecimalMatrix::matrix

The actual matrix and contents.

Definition at line 546 of file sim-operations.h.

◆ rows

size_t gsc_DecimalMatrix::rows

Number of rows in the matrix.

Definition at line 547 of file sim-operations.h.


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