Hydra
4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
|
#include <SobolTable.h>
Public Types | |
typedef unsigned short | value_type |
Static Public Member Functions | |
__hydra_host__ static __hydra_device__ value_type | minit (std::size_t dim, std::size_t degree) |
__hydra_host__ static __hydra_device__ value_type | polynomial (std::size_t n) |
Static Public Attributes | |
static constexpr const unsigned int | max_degree = 15 |
static constexpr const unsigned int | max_dimension = 3667 |
static constexpr const unsigned int | num_polynomials = max_dimension - 1 |
typedef unsigned short hydra::detail::SobolTable::value_type |
|
inlinestatic |
|
inlinestatic |
|
static |