Gets a matrix of successive approximations computed while computing the differentiation.

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

Syntax

C#
public DoubleMatrix Tableau { get; }
Visual Basic (Declaration)
Public ReadOnly Property Tableau As DoubleMatrix
Visual C++
public:
property DoubleMatrix^ Tableau {
	DoubleMatrix^ get ();
}

See Also