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.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public Func<double, DoubleVector, DoubleMatrix> MassMatrixFunction { get; set; }
Visual Basic (Declaration)
Public Property MassMatrixFunction As Func(Of Double, DoubleVector, DoubleMatrix)
Visual C++
public:
property Func<double, DoubleVector^, DoubleMatrix^>^ MassMatrixFunction {
	Func<double, DoubleVector^, DoubleMatrix^>^ get ();
	void set (Func<double, DoubleVector^, DoubleMatrix^>^ value);
}

See Also