#include <dynamicsparsematrix.hpp>


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 | |
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.
1.5.6