Numeric operations.
|
Classes |
| struct | mul |
| | Functor for "multiply argument by x" operation. More...
|
| struct | div |
| | Functor for "divide argument by x" operation. More...
|
| struct | add |
| | Functor for "add x to argument" operation. More...
|
| struct | sub |
| | Functor for "subtract x from argument" operation. More...
|
| struct | to_power |
| | Functor for "argument to power p" operation. More...
|
| struct | square |
| | Functor for "square of argument" operation. More...
|
| struct | min |
| | Functor for "minimum of two values" operation. More...
|
| struct | max |
| | Functor for "maximum of two values" operation. More...
|
| struct | setter |
| | Functor for "set all elements to x" operation. More...
|
| class | variant |
Functions |
|
double | gammaln (double xx) |
| | natural-log of the gamma function
|
|
double | erfc (const double x) |
| | the error function
|
Numeric operations.