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

Mattri_ Struct Reference

Mattri_: a struct storing a lower triangular double matrix. More...

#include <mattri.h>

List of all members.

Public Attributes

double** Mat
 data storage.

unsigned int Size
 logical size.

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


Detailed Description

Mattri_: a struct storing a lower triangular double matrix.

Storage is row major order, element access is via Mattri_.Mat[i][j] provided that i>=j.

Definition at line 30 of file mattri.h.


Member Data Documentation

double ** Mattri_::Mat
 

data storage.

Definition at line 32 of file mattri.h.

unsigned int Mattri_::Size
 

logical size.

Definition at line 33 of file mattri.h.

unsigned int Mattri_::Rlen
 

Definition at line 34 of file mattri.h.

unsigned int Mattri_::Elen
 

physical length of Mat and Mat[0].

Definition at line 34 of file mattri.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