tmath::sparse::DynamicSparseMatrix Class Reference

Sparse matrix class for random access. More...

#include <dynamicsparsematrix.hpp>

Inheritance diagram for tmath::sparse::DynamicSparseMatrix:

Inheritance graph
[legend]
Collaboration diagram for tmath::sparse::DynamicSparseMatrix:

Collaboration graph
[legend]

List of all members.

Public Types

typedef
Eigen::DynamicSparseMatrix
< TScalar
Base
typedef int TIndex
typedef double TScalar
 the data type of the coefficients (real number)

Public Member Functions

 DynamicSparseMatrix (TIndex rows, TIndex cols)
 DynamicSparseMatrix ()
 default constructor
virtual ~DynamicSparseMatrix ()
 destructor


Detailed Description

Sparse matrix class for random access.

This class is provided as a transfer operator. On C++ level it can be used to fill a matrix in random order (assemble processes, etc.)

Since most operations and the storage space are suboptimal it is recommended to convert it to SparseMatrix after filling.


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

Generated on Wed Nov 17 17:36:01 2010 for 'tmath' Module Programming Interface by  doxygen 1.5.6