Hydra
4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
|
#include <hydra/detail/Config.h>
#include <hydra/Types.h>
#include <hydra/Function.h>
#include <hydra/detail/utility/CheckValue.h>
#include <hydra/Tuple.h>
#include <tuple>
#include <limits>
#include <stdexcept>
#include <assert.h>
#include <utility>
#include <cmath>
Go to the source code of this file.
Namespaces | |
hydra | |
Generic policies definition. | |
Functions | |
__hydra_host__ __hydra_device__ double | hydra::legendre (unsigned n, const double x) |
Implementation of Legendre polynomials \( P_n(n) \) using the recursive relation. More... | |