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/detail/BackendPolicy.h>
#include <hydra/Types.h>
#include <hydra/Function.h>
#include <hydra/Pdf.h>
#include <hydra/Integrator.h>
#include <hydra/Parameter.h>
#include <hydra/Tuple.h>
#include <hydra/functions/Math.h>
#include <hydra/detail/utility/CheckValue.h>
#include <tuple>
#include <limits>
#include <stdexcept>
#include <cassert>
#include <utility>
#include <hydra/functions/Utils.h>
Go to the source code of this file.
Data Structures | |
class | hydra::Chebychev< Order, ArgType, Signature > |
The Chebyshev polynomials \( T_n \) (first kind) are polynomials with the largest possible leading coefficient, but subject to the condition that their absolute value on the interval [−1,1] is bounded by 1. More... | |
class | hydra::IntegrationFormula< Chebychev< Order, ArgType >, 1 > |
Namespaces | |
hydra | |
Generic policies definition. | |