SparseMatrix Class Reference

#include <matrix.h>

Collaboration diagram for SparseMatrix:

List of all members.

Public Member Functions

 SparseMatrix (const CId Size)
 ~SparseMatrix ()
void set (const CId i, const CId j, const CDouble Value)
CDouble get (const CId i, const CId j)
vector< CDoublecomputeEigenVector ()

Private Attributes

vector< SparseVector * > Matrix

Detailed Description

SparseMatrix


Constructor & Destructor Documentation

SparseMatrix::SparseMatrix ( const CId  Size  ) 

SparseMAtrix constructor

References Matrix.

SparseMatrix::~SparseMatrix (  ) 

SparseMatrix destructor

References Matrix.


Member Function Documentation

vector< CDouble > SparseMatrix::computeEigenVector (  ) 
CDouble SparseMatrix::get ( const CId  i,
const CId  j 
) [inline]

References Matrix.

void SparseMatrix::set ( const CId  i,
const CId  j,
const CDouble  Value 
) [inline]

References Matrix, and Value().

Here is the call graph for this function:


Member Data Documentation


The documentation for this class was generated from the following files: