Click or drag to resize

VariableOrderOdeSolverOptionsMassMatrix Property

Gets and sets the Mass matrix M for problems of the form M*y' = F(t,y) where M is a matrix of constant values.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix MassMatrix { get; set; }

Property Value

DoubleMatrix
See Also