VERB4D
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NOpmNamespace included for using the monotone cubic interpolator
 CMonotCubicInterpolatorRepresents one dimensional function f with single valued argument x that can be interpolated using monotone cubic interpolation
 CCalculationMatrixA matrix used primarily for diagonalized calculations
 CDiagMatrixDiagonals of matrix stored as map (diagonal number, 1d diagonal array)
 CLoggerStores messages about statuses, warning, and errors when computing/solving the matrices
 CStreamerTurns messages from the logger into streams
 CMatrix1DA matrix of 1 dimensions that is immutable
 CMatrix2DA matrix of 2 dimensions that is immutable
 CMatrix3DA matrix of 3 dimensions that is immutable
 CMatrix4DA matrix of 4 dimensions that is immutable
 CMatrixNDA normal matrix that can be defined to have 1, 2, 3, or 4 dimensions which is templated for UpdatableMatrix and UpdatableListMatrix
 CParametersHolds the parameters along with their corresponding file and arguments
 CUpdatableListMatrixA matrix that can be created in 1, 2, 3, or 4 dimensions with the ability to be updated
 CUpdatableMatrixA matrix that can be created in 1, 2, 3, or 4 dimensions with the ability to be updated