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

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DoubleMatrix MassMatrix { get; set; }
Visual Basic (Declaration)
Public Property MassMatrix As DoubleMatrix
Visual C++
public:
property DoubleMatrix^ MassMatrix {
	DoubleMatrix^ get ();
	void set (DoubleMatrix^ value);
}

See Also