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).
Namespace:
CenterSpace.NMath.AnalysisAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
protected class MassMatrixOdeFcn |
| Visual Basic (Declaration) |
|---|
Protected Class MassMatrixOdeFcn |
| Visual C++ |
|---|
protected ref class MassMatrixOdeFcn |