genomicSimulationC 0.3
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 dim1
 Number of rows in the matrix. More...
 
size_t dim2
 number of columns in the matrix More...
 

Detailed Description

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.

Field Documentation

◆ dim1

size_t gsc_DecimalMatrix::dim1

Number of rows in the matrix.

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

◆ dim2

size_t gsc_DecimalMatrix::dim2

number of columns in the matrix

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

◆ matrix

double** gsc_DecimalMatrix::matrix

The actual matrix and contents.

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


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