libRoadRunner C API  1.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
RRDoubleMatrix Struct Reference

Structure for a simple double Matrix type. More...

#include <rrc_types.h>

Data Fields

int RSize
 
int CSize
 
double * Data
 

Detailed Description

Structure for a simple double Matrix type.

Field Documentation

int CSize

The number of columns in the matrix

double* Data

Items in the matrix stored as a linear array. Access an element using Data[row*CSize + col], where i,j represent the row and column numberof the element. Indexing is from zero

int RSize

The number of rows in the matrix


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