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
Loading...
Searching...
No Matches

a C++-functor, which evaluates a polynomial More...

#include <jkqtpmathtools.h>

Collaboration diagram for JKQTPPolynomialFunctor:
[legend]

Public Member Functions

template<class PolyItP >
 JKQTPPolynomialFunctor (PolyItP firstP, PolyItP lastP)
 
double operator() (double x) const
 

Public Attributes

std::vector< double > P
 

Detailed Description

a C++-functor, which evaluates a polynomial

Constructor & Destructor Documentation

◆ JKQTPPolynomialFunctor()

template<class PolyItP >
JKQTPPolynomialFunctor::JKQTPPolynomialFunctor ( PolyItP  firstP,
PolyItP  lastP 
)
inline

Member Function Documentation

◆ operator()()

double JKQTPPolynomialFunctor::operator() ( double  x) const
inline

Member Data Documentation

◆ P

std::vector<double> JKQTPPolynomialFunctor::P

The documentation for this struct was generated from the following file: