| Array< T > | Multi-dimensional Array class |
| Cleaner< T > | Reference counting Garbage Collector (sort of) for Array, Matrix and Vector data |
| List< T, l > | Fixed size simple list. Initialized at compile time... usually used for slice definition and ranges |
| Matrix< T > | 2-D Matrix class |
| matrixCell< T > | |
| matrixCellStart< T > | |
| RandomGen | Initializes the random generator and generates random numbers |
| SparseMatrix< T > | Sparse 2-D Matrix class. Currently only element storage/access is supported |
| SubMatrix< T > | A 2-D slice of a Matrix. Does not contain its own data. Needs to be referenced to a Matrix |
| Utility | Basic utility functions |
| VarList< T > | Variable length simple list |
| Vector< T > | 1-D Vector class |