![]() |
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. | |
| hydra::detail | |
| hydra::detail::jacobi | |
Functions | |
| __hydra_host__ __hydra_device__ double | hydra::detail::jacobi::c_n (double a, double b, unsigned n) |
| __hydra_host__ __hydra_device__ double | hydra::jacobi (double a, double b, unsigned n, const double x) |
| P_{n-1}^{(,)}(z) - 2 (n+ - 1) (n + -1) (2n+ + ) P_{n-2}^{(, )}(z), {align}</math> More... | |