| CIMPL::Array< T > | Multi-dimensional Array class |
| CIMPL::Cleaner< T > | Reference counting Garbage Collector (sort of) for Array, Matrix and Vector data |
| CIMPL::Matrix< T > | 2-D Matrix class |
| CIMPL::matrixCell< T > | |
| CIMPL::matrixCellStart< T > | |
| CIMPL::MatrixList< T > | |
| CIMPL::RandomGen | Initializes the random generator and generates random numbers |
| CIMPL::SparseMatrix< T > | Sparse 2-D Matrix class. Currently only element storage/access is supported |
| CIMPL::SubMatrix< T > | A 2-D slice of a Matrix. Does not contain its own data. Needs to be referenced to a Matrix |
| CIMPL::Utility | Basic utility functions |
| CIMPL::Vector< T > | 1-D Vector class |
1.3.9.1