This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
▼CDiagMatrix | Diagonals of matrix stored as map (diagonal number, 1d diagonal array) |
CCalculationMatrix | A matrix used primarily for diagonalized calculations |
CLogger | Stores messages about statuses, warning, and errors when computing/solving the matrices |
CMatrix1D< T > | A matrix of 1 dimensions that is immutable |
CMatrix2D< T > | A matrix of 2 dimensions that is immutable |
CMatrix3D< T > | A matrix of 3 dimensions that is immutable |
CMatrix4D< T > | A matrix of 4 dimensions that is immutable |
▼CMatrixND | A normal matrix that can be defined to have 1, 2, 3, or 4 dimensions which is templated for UpdatableMatrix and UpdatableListMatrix |
CUpdatableListMatrix< MatrixND > | A matrix that can be created in 1, 2, 3, or 4 dimensions with the ability to be updated |
CUpdatableMatrix< MatrixND > | A matrix that can be created in 1, 2, 3, or 4 dimensions with the ability to be updated |
COpm::MonotCubicInterpolator | Represents one dimensional function f with single valued argument x that can be interpolated using monotone cubic interpolation |
▼Costream | |
CLogger::Streamer | Turns messages from the logger into streams |
▼Cstringstream | |
CParameters | Holds the parameters along with their corresponding file and arguments |