Click or drag to resize

OdeSolverBase Class

Base class for ODE solvers which use a Runge-Kutta order 5 algorithm. Includes enums and functions for incorporating mass matrices into ODE's.
Inheritance Hierarchy

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public class OdeSolverBase

The OdeSolverBase type exposes the following members.

Constructors
 NameDescription
Protected methodOdeSolverBase Protected contructor. The is a base class only.
Top
See Also