Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

Matrect_ Struct Reference

Matrect_: a struct storing a rectangular double matrix. More...

#include <matrect.h>

List of all members.

Public Attributes

double** Mat
 data storage.

unsigned int Rno
unsigned int Cno
 row and column logical size.

unsigned int Rlen
unsigned int Elen
 physical length of Mat and Mat[0].


Detailed Description

Matrect_: a struct storing a rectangular double matrix.

The matrix elements are in row major order in an array pointed to by Mat[0], Mat is Rno long and contains pointers to the matrix rows. The (i,j):th matrix element can be accessed as Matrect_.Mat[i][j].

Definition at line 31 of file matrect.h.


Member Data Documentation

double ** Matrect_::Mat
 

data storage.

Definition at line 33 of file matrect.h.

unsigned int Matrect_::Rno
 

Definition at line 34 of file matrect.h.

unsigned int Matrect_::Cno
 

row and column logical size.

Definition at line 34 of file matrect.h.

unsigned int Matrect_::Rlen
 

Definition at line 35 of file matrect.h.

unsigned int Matrect_::Elen
 

physical length of Mat and Mat[0].

Definition at line 35 of file matrect.h.


The documentation for this struct was generated from the following file:
Generated at Wed Aug 21 09:33:46 2002 for The Razorback C library: Linear Algebra by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001