Click or drag to resize

RungeKutta5OdeSolverOptionsMassMatrix Property

For problems of the form M*y' = F(t,y) sets and gets the value of the constant mass matrix M.

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

Property Value

DoubleMatrix
See Also