libnxter  0.1
Data Fields
Matrix Struct Reference

The matrix class. Don't access the members directly. Use the macros MIJ() or MI() or the methods provided instead. More...

Data Fields

long elements []
 
int rows
 
int cols
 
int size
 

Detailed Description

The matrix class. Don't access the members directly. Use the macros MIJ() or MI() or the methods provided instead.

Definition at line 64 of file Matrix.nxc.

Field Documentation

int Matrix::cols
long Matrix::elements[]

The matrix elements

Definition at line 66 of file Matrix.nxc.

Referenced by MatrixGet(), MatrixInit(), MatrixInitDiagonal(), MatrixInitElements(), MatrixInitIdentity(), and MatrixSet().

int Matrix::rows
int Matrix::size

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