KASKADE 7 development version
|
Monomial a*x^k of order k. More...
#include <elementary_functions.hh>
Monomial a*x^k of order k.
Definition at line 48 of file elementary_functions.hh.
Public Types | |
enum | { K =k } |
Public Member Functions | |
Monomial (double const a_=1.0) | |
Constructor. More... | |
double | d0 (double const x) const |
Function value. More... | |
double | d1 (double const x) const |
First derivative. More... | |
double | d2 (double const x) const |
Second derivative. More... | |
double | d3 (double const x) const |
Third derivative. More... | |
void | setA (double const a_) |
Set a. More... | |
anonymous enum |
Enumerator | |
---|---|
K |
Definition at line 50 of file elementary_functions.hh.
|
inlineexplicit |
|
inline |
|
inline |
First derivative.
x | evaluation point |
Definition at line 75 of file elementary_functions.hh.
|
inline |
Second derivative.
x | evaluation point |
Definition at line 84 of file elementary_functions.hh.
|
inline |
Third derivative.
x | evaluation point |
Definition at line 93 of file elementary_functions.hh.
|
inline |
Set a.
Definition at line 99 of file elementary_functions.hh.