SparseMatrix Class Reference
#include <matrix.h>
Collaboration diagram for SparseMatrix:

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< CDouble > | computeEigenVector () |
Private Attributes | |
| vector< SparseVector * > | Matrix |
Detailed Description
Constructor & Destructor Documentation
| SparseMatrix::~SparseMatrix | ( | ) |
SparseMatrix destructor
References Matrix.
Member Function Documentation
| vector< CDouble > SparseMatrix::computeEigenVector | ( | ) |
SparseMatrix::computeEigenVector Function to compute eigen vector
References SparseVectorElement::Index, Matrix, SparseVectorElement::Next, and SparseVectorElement::Value.
Member Data Documentation
vector<SparseVector*> SparseMatrix::Matrix [private] |
Referenced by computeEigenVector(), get(), set(), SparseMatrix(), and ~SparseMatrix().
The documentation for this class was generated from the following files:


