MTX Struct Reference

#include <cmatrix.h>


Detailed Description

The deep level matrix struct. The matrix is either real or complex.

Definition at line 73 of file cmatrix.h.


Data Fields

unsigned nrows
 The number of rows in the matrix.
unsigned ncols
 The number of columns in the matrix.
BOOL isReal
 This indicates if is the matrix real or complex.
double ** data
 This is a pointer to an array of double column vectors.
stComplex ** cplx
 Thsi is a pointer to an array of complex column vectors.
char * comment
 This is a comment string (if applicable).

Field Documentation

unsigned MTX::nrows

The number of rows in the matrix.

Definition at line 75 of file cmatrix.h.

unsigned MTX::ncols

The number of columns in the matrix.

Definition at line 76 of file cmatrix.h.

BOOL MTX::isReal

This indicates if is the matrix real or complex.

Definition at line 77 of file cmatrix.h.

double** MTX::data

This is a pointer to an array of double column vectors.

Definition at line 78 of file cmatrix.h.

stComplex** MTX::cplx

Thsi is a pointer to an array of complex column vectors.

Definition at line 79 of file cmatrix.h.

char* MTX::comment

This is a comment string (if applicable).

Definition at line 80 of file cmatrix.h.


The documentation for this struct was generated from the following file:
Generated on Sun Feb 8 15:31:11 2009 for The Zenautics Matrix Project by  doxygen 1.5.4