Jpp
debug
the software that should make you happy
|
Termination class for polynomial function. More...
#include <JMathlib.hh>
Public Member Functions | |
JPolynome () | |
Default constructor. More... | |
JPolynome (const double a) | |
Constructor. More... | |
double | getValue (...) const |
Function value. More... | |
double | getDerivative (...) const |
Derivative value. More... | |
const JPolynome & | getGradient (...) const |
Get gradient. More... | |
double | operator() (const Args &...args) const |
Function value. More... | |
JPolynome< ID_t, 0 > & | negate () |
Negate function. More... | |
JPolynome< ID_t, 0 > & | add (const JPolynome< ID_t, 0 > &f1) |
Add function. More... | |
JPolynome< ID_t, 0 > & | sub (const JPolynome< ID_t, 0 > &f1) |
Subtract function. More... | |
JPolynome< ID_t, 0 > & | mul (const double factor) |
Scale function. More... | |
JPolynome< ID_t, 0 > & | div (const double factor) |
Scale function. More... | |
Public Attributes | |
double | a |
a[0] More... | |
Static Public Attributes | |
static const int | ID = ID_t |
static const size_t | NUMBER_OF_DEGREES = 0 |
static const parameter_list< JPolynome > | parameters |
parameters More... | |
Protected Member Functions | |
void | set (const double *array) |
Set parameter values. More... | |
Termination class for polynomial function.
Definition at line 1484 of file JMathlib.hh.
|
inline |
Default constructor.
Definition at line 1496 of file JMathlib.hh.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
Set parameter values.
array | pointer to list of values |
Definition at line 1556 of file JMathlib.hh.
|
inlineinherited |
Function value.
args | abscissa value(s) |
Definition at line 362 of file JMathlib.hh.
|
inlineinherited |
|
inlineinherited |
Add function.
f1 | function |
Definition at line 219 of file JMathlib.hh.
|
inlineinherited |
Subtract function.
f1 | function |
Definition at line 235 of file JMathlib.hh.
|
inlineinherited |
Scale function.
factor | factor |
Definition at line 251 of file JMathlib.hh.
|
inlineinherited |
Scale function.
factor | factor |
Definition at line 267 of file JMathlib.hh.
|
static |
Definition at line 1488 of file JMathlib.hh.
|
static |
Definition at line 1490 of file JMathlib.hh.
double JMATH::JPolynome< ID_t, 0 >::a |
a[0]
Definition at line 1547 of file JMathlib.hh.
|
static |
parameters
Definition at line 1548 of file JMathlib.hh.