Characters
|
|
CommonBlock
|
|
ErrorToleranceEnum
|
Specifies the type of the relative error and absolute error tolerances.
|
FortranLib
|
|
Gauss
|
Provides implementation of Gaussian elimination with partial pivoting
|
GearsBDF
|
Gears BDF ODE solver.
|
GearsBDFOptions
|
|
Matrix
|
Matrix class.
|
Ode
|
Realization of some numerical methods for ODE solving.
|
OdeAdamsMoulton
|
Solves an initial-value problem for nonstiff ordinary differential equations using
the Adams-Moulton method.
dy(i)/dt = f(i,t,y(1),y(2),...,y(N)).
|
OdeHelpers
|
|
OdeImplicitRungeKutta5
|
Solves an initial-value problem for stiff ordinary differential equations using
the implicit Runge-Kutta method of order 5.
dy(i)/dt = f(i,t,y(1),y(2),...,y(N)).
|
Odouble
|
|
Oint
|
|
Options
|
ODE solver options
|
SolutionPoint
|
Structure to represent solution point. Current point has form (t,x1,x2,...,xn), where
n is problem's dimension
|
SparseMatrix
|
Sparse matrix class
|
SparseVector
|
|
Vector
|
Vector implementation. This is thin wrapper over 1D array
|
xBaseOdeRungeKutta
|
Represents a base class for the Runge-Kutta classes.
|
xOdeBase
|
Represents the base class for the Odes.
|