 | OdeSolverBaseMassMatrixOdeFcn Class |
When solving ODE's of the form
y' = M(t,y)*f(t,y)
where M is a time-state dependent "mass" matrix, this class provides a function
g(t,y) for the right hand side of the above equation which incorporates
the mass matrix function M(t,y).
Inheritance HierarchySystemObject CenterSpace.NMath.CoreOdeSolverBaseMassMatrixOdeFcn
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxprotected class MassMatrixOdeFcn
Protected Class MassMatrixOdeFcn
protected ref class MassMatrixOdeFcn
type MassMatrixOdeFcn = class end
The OdeSolverBaseMassMatrixOdeFcn type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | Evaluate |
Evaluates the ODE function incorporating the mass matrix function.
|
Top
See Also