Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
chebychev.h File Reference
#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>
Include dependency graph for chebychev.h:
This graph shows which files directly or indirectly include this file:

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...