Natural logarithm of the form a*\ln(x)
More...
#include <elementary_functions.hh>
Natural logarithm of the form a*\ln(x)
Definition at line 108 of file elementary_functions.hh.
|
| | LN (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...
|
| |
◆ LN()
| Kaskade::LN::LN |
( |
double const |
a_ = 1.0 | ) |
|
|
inlineexplicit |
◆ d0()
| double Kaskade::LN::d0 |
( |
double const |
x | ) |
const |
|
inline |
◆ d1()
| double Kaskade::LN::d1 |
( |
double const |
x | ) |
const |
|
inline |
◆ d2()
| double Kaskade::LN::d2 |
( |
double const |
x | ) |
const |
|
inline |
◆ d3()
| double Kaskade::LN::d3 |
( |
double const |
x | ) |
const |
|
inline |
◆ setA()
| void Kaskade::LN::setA |
( |
double const |
a_ | ) |
|
|
inline |
The documentation for this class was generated from the following file: