CIMPL Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
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 >
RandomGenInitializes 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
UtilityBasic utility functions
VarList< T >Variable length simple list
Vector< T >1-D Vector class

CIMPL 0.1 Code Reference. Copyright © 2004, Baris Sumengen. All rights reserved.