Click or drag to resize

RungeKutta5OdeSolverOptionsMassMatrixFunction Property

For problems of the form M(t,y)*y' = F(t,y) sets and gets the value of the time-state dependent mass matrix function M(t,y).

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Func<double, DoubleVector, DoubleMatrix> MassMatrixFunction { get; set; }

Property Value

FuncDouble, DoubleVector, DoubleMatrix
See Also