|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Dynamic matrix with lazy allocation. More...
Go to the source code of this file.
Classes | |
| class | Aleph::DynMatrix< T > |
| Dynamic matrix with sparse storage. More... | |
| class | Aleph::DynMatrix< T >::Iterator |
| Iterator for traversing matrix elements. More... | |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
Dynamic matrix with lazy allocation.
2D matrix using DynArray for flexible, sparse storage. Only allocates cells that are actually accessed.
Definition in file tpl_dynMat.H.