xerus
a general purpose tensor library
|
Classes that can extract an estimate of the limit of a sequence. More...
#include <simpleNumerics.h>
Public Member Functions | |
virtual | ~LimitExtractor () |
virtual ft_type | best_estimate () const =0 |
virtual ft_type | error_approximate () const =0 |
virtual void | push_back (ft_type _val)=0 |
virtual void | reset ()=0 |
Classes that can extract an estimate of the limit of a sequence.
Definition at line 91 of file simpleNumerics.h.
|
inlinevirtual |
Definition at line 98 of file simpleNumerics.h.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |