JKQTPlotter trunk/v5.0.0
an extensive Qt5+Qt6 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
|
a C++-functor, which evaluates a polynomial More...
#include <jkqtpmathtools.h>
Public Member Functions | |
template<class PolyItP > | |
JKQTPPolynomialFunctor (PolyItP firstP, PolyItP lastP) | |
double | operator() (double x) const |
Public Attributes | |
std::vector< double > | P |
a C++-functor, which evaluates a polynomial
|
inline |
|
inline |
std::vector<double> JKQTPPolynomialFunctor::P |