Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
▼Nhdnum | |
CBanach | Solve nonlinear problem using a fixed point iteration |
CDenseMatrix | Class with mathematical matrix operations |
CDIRK | Implementation of a general Diagonal Implicit Runge-Kutta method |
CEE | Explicit Euler method as an example for an ODE solver |
CErrorException | General Error |
CException | Base class for Exceptions |
CHeun2 | Heun method (order 2 with 2 stages) |
CHeun3 | Heun method (order 3 with 3 stages) |
CIE | Implicit Euler using Newton's method to solve nonlinear system |
CInvalidStateException | Default exception if a function was called while the object is not in a valid state for that function |
CIOError | Default exception class for I/O errors |
CKutta3 | Kutta method (order 3 with 3 stages) |
CMathError | Default exception class for mathematical errors |
CModifiedEuler | Modified Euler method (order 2 with 2 stages) |
CNewton | Solve nonlinear problem using a damped Newton method |
CNotImplemented | Default exception for dummy implementations |
COutOfMemoryError | Default exception if memory allocation fails |
CRangeError | Default exception class for range errors |
CRE | Adaptive one-step method using Richardson extrapolation |
CRKF45 | Adaptive Runge-Kutta-Fehlberg method |
CRungeKutta4 | Classical Runge-Kutta method (order 4 with 4 stages) |
CSGrid | Structured Grid for Finite Differences |
CSquareRootProblem | Example class for a nonlinear model F(x) = 0; |
CStationarySolver | Stationary problem solver. E.g. for elliptic problmes |
CSystemError | Default exception class for OS errors |
CTimer | A simple stop watch |
CTimerError | Exception thrown by the Timer class |
CVector | Class with mathematical vector operations |