Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

RowColumnSparseMatrix::MatrixElement Class Reference

#include <RowColumnSparseMatrix.h>

List of all members.

Public Methods

 MatrixElement (int row, int col, int value)
virtual ~MatrixElement ()
int GetRow () const
int GetCol () const
double GetValue () const

Private Attributes

int row
int col
double value


Constructor & Destructor Documentation

RowColumnSparseMatrix::MatrixElement::MatrixElement int    row,
int    col,
int    value
[inline]
 

Definition at line 32 of file RowColumnSparseMatrix.h.

References col, row, and value.

virtual RowColumnSparseMatrix::MatrixElement::~MatrixElement   [inline, virtual]
 

Definition at line 38 of file RowColumnSparseMatrix.h.


Member Function Documentation

int RowColumnSparseMatrix::MatrixElement::GetCol   const [inline]
 

Definition at line 40 of file RowColumnSparseMatrix.h.

References col.

int RowColumnSparseMatrix::MatrixElement::GetRow   const [inline]
 

Definition at line 39 of file RowColumnSparseMatrix.h.

References row.

double RowColumnSparseMatrix::MatrixElement::GetValue   const [inline]
 

Definition at line 41 of file RowColumnSparseMatrix.h.

References value.


Member Data Documentation

int RowColumnSparseMatrix::MatrixElement::col [private]
 

Definition at line 54 of file RowColumnSparseMatrix.h.

Referenced by GetCol, and MatrixElement.

int RowColumnSparseMatrix::MatrixElement::row [private]
 

Definition at line 54 of file RowColumnSparseMatrix.h.

Referenced by GetRow, and MatrixElement.

double RowColumnSparseMatrix::MatrixElement::value [private]
 

Definition at line 55 of file RowColumnSparseMatrix.h.

Referenced by GetValue, and MatrixElement.


The documentation for this class was generated from the following file:
Generated on Mon Nov 3 10:08:05 2003 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002