Click or drag to resize

VariableOrderOdeSolverOptionsMassMatrixFunction Property

Gets and sets the time-state dependent Mass matrix M(t,y) for problems of the form M(t,y)*y' = F(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