namespace_Plot2D::Plot2D::_PLOT2D_structMTX Struct Reference

#include <Plot2D.h>


Detailed Description

A struct for holding a matrix read from file.

Definition at line 236 of file Plot2D.h.


Data Fields

double * data
 The C sytle data container, data[row*ncols+col].
unsigned nrows
 The number of rows.
unsigned ncols
 The number of columns.

Field Documentation

double* namespace_Plot2D::Plot2D::_PLOT2D_structMTX::data

The C sytle data container, data[row*ncols+col].

Definition at line 238 of file Plot2D.h.

unsigned namespace_Plot2D::Plot2D::_PLOT2D_structMTX::nrows

The number of rows.

Definition at line 239 of file Plot2D.h.

unsigned namespace_Plot2D::Plot2D::_PLOT2D_structMTX::ncols

The number of columns.

Definition at line 240 of file Plot2D.h.


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