OmniSciDB
a5dc49c757
|
Functions | |
template<typename T > | |
constexpr T | power (T const a, T const n) |
template<typename T , size_t... Indices> | |
constexpr std::array< T, sizeof...(Indices)> | powersOfImpl (T const a, std::index_sequence< Indices...>) |
template<size_t... Indices> | |
constexpr std::array< double, sizeof...(Indices)> | inversePowersOfImpl (double const a, std::index_sequence< Indices...>) |
constexpr std::array<double, sizeof...(Indices)> anonymous_namespace{misc.h}::inversePowersOfImpl | ( | double const | a, |
std::index_sequence< Indices...> | |||
) |
Definition at line 51 of file misc.h.
References power().
Referenced by shared::inversePowersOf().
constexpr T anonymous_namespace{misc.h}::power | ( | T const | a, |
T const | n | ||
) |
Definition at line 39 of file misc.h.
References power(), and heavydb.dtypes::T.
constexpr std::array<T, sizeof...(Indices)> anonymous_namespace{misc.h}::powersOfImpl | ( | T const | a, |
std::index_sequence< Indices...> | |||
) |
Definition at line 44 of file misc.h.
References power().