When solving ODE's of the form y' = M*f(t,y) where M is a constant "mass" matrix, this class provides a function g(t,y) for the right hand side of the above equation which incorporates the mass matrix M.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
protected class ConstMassMatrixOdeFcn
Visual Basic (Declaration)
Protected Class ConstMassMatrixOdeFcn
Visual C++
protected ref class ConstMassMatrixOdeFcn

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Analysis..::.OdeSolverBase..::.ConstMassMatrixOdeFcn

See Also