#include <lpolynomial.h>


Public Member Functions | |
| LPolynomialS (const adoreMatrix< T, 1, M+1 > &data, DT xmin, DT xmax) | |
| virtual CT | f (DT x) const override |
| virtual DT | limitHi () const override |
| virtual DT | limitLo () const override |
| virtual void | setLimits (DT lo, DT hi) override |
| virtual ALFunction< DT, CT > * | clone () override |
| virtual ALFunction< DT, CT > * | create_derivative () override |
| virtual void | bound (const DT &xmin, const DT &xmax, CT &ymin, CT &ymax) override |
Public Member Functions inherited from adore::mad::ALFunction< T, T > | |
| virtual void | f (T *xvec, T *yvec, unsigned int count) const |
| void | bound (T &ymin, T &ymax) |
| virtual | ~ALFunction () |
| ALFunction () | |
| const T | operator() (T x) const |
| bool | isInDomain (T x) |
| T | f_bounded (T x) |
| void | invalidateCachedBounds () |
Private Types | |
| typedef T | DT |
| typedef T | CT |
Private Attributes | |
| adoreMatrix< T, 1, M+1 > | m_data |
| DT | m_xmin |
| DT | m_xmax |
LPolynomialS - a polynomial with scalar y value, mapping T->T
|
private |
|
private |
|
inline |

|
inlineoverridevirtual |
bound function values in the x-range defined by the hypercube between corner points lower left xmin and upper right xmax
Implements adore::mad::ALFunction< T, T >.
|
inlineoverridevirtual |
create a copy of child class object - is used for function operations
Implements adore::mad::ALFunction< T, T >.

|
inlineoverridevirtual |
create a new function object, which is the derivative function
Implements adore::mad::ALFunction< T, T >.
|
inlineoverridevirtual |
function evaluation returns y of codomain type CT for a value x of domain type DT
Implements adore::mad::ALFunction< T, T >.
|
inlineoverridevirtual |
query upper limit of the domain
Implements adore::mad::ALFunction< T, T >.
|
inlineoverridevirtual |
lower limit of the domain
Implements adore::mad::ALFunction< T, T >.
|
inlineoverridevirtual |
reduce or increase the limit of the function, without changing y
Implements adore::mad::ALFunction< T, T >.
|
private |
|
private |
|
private |