  | RombergIntegratorTableau Property | 
            Gets a matrix of successive approximations computed while computing a
            Romberg estimate. 
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleMatrix Tableau { get; }Public ReadOnly Property Tableau As DoubleMatrix
	Get
public:
property DoubleMatrix^ Tableau {
	DoubleMatrix^ get ();
}member Tableau : DoubleMatrix with get
Property Value
DoubleMatrix
See Also