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::chebychev_1st_kind (unsigned n, const double x) |
Implementation of Chebychev polynomials of first kind \( P_n(n) \) using the recursive relation. More... | |
__hydra_host__ __hydra_device__ double | hydra::chebychev_2nd_kind (unsigned n, const double x) |
Implementation of Chebychev polynomials of second kind \( P_n(n) \) using the recursive relation. More... | |