Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
▼NOpm | Namespace included for using the monotone cubic interpolator |
CMonotCubicInterpolator | Represents one dimensional function f with single valued argument x that can be interpolated using monotone cubic interpolation |
CCalculationMatrix | A matrix used primarily for diagonalized calculations |
CDiagMatrix | Diagonals of matrix stored as map (diagonal number, 1d diagonal array) |
▼CLogger | Stores messages about statuses, warning, and errors when computing/solving the matrices |
CStreamer | Turns messages from the logger into streams |
CMatrix1D | A matrix of 1 dimensions that is immutable |
CMatrix2D | A matrix of 2 dimensions that is immutable |
CMatrix3D | A matrix of 3 dimensions that is immutable |
CMatrix4D | 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 |
CParameters | Holds the parameters along with their corresponding file and arguments |
CUpdatableListMatrix | A matrix that can be created in 1, 2, 3, or 4 dimensions with the ability to be updated |
CUpdatableMatrix | A matrix that can be created in 1, 2, 3, or 4 dimensions with the ability to be updated |