|
ALFI
Advanced Library for Function Interpolation
|
Go to the source code of this file.
Namespaces | |
| namespace | alfi |
| namespace | alfi::util |
| namespace | alfi::util::numeric |
Functions | |
| template<typename Number = DefaultNumber> | |
| bool | alfi::util::numeric::are_equal (const Number &a, const Number &b, const Number &epsilon=std::numeric_limits< Number >::epsilon()) |
| template<typename Number, typename ExponentType> | |
| Number | alfi::util::numeric::binpow (Number x, ExponentType n) |
| Computes the power of a number using binary exponentiation. | |