 | 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
Syntaxpublic class OdeSolverBase
Public Class OdeSolverBase
public ref class OdeSolverBase
type OdeSolverBase = class end
The OdeSolverBase type exposes the following members.
Constructors
| Name | Description |
---|
 | OdeSolverBase |
Protected contructor. The is a base class only.
|
Top
See Also