20#ifndef _COMPOSITEINTERPOLATIONXTABLE_HPP_
21#define _COMPOSITEINTERPOLATIONXTABLE_HPP_
27template<
typename A = std::allocator<u
int8_t>>
28class CompositeInterpolationXTable {
30 static uint32_t get_y_stride(uint8_t logK);
32 static const double* get_x_arr(uint8_t logK);
33 static uint32_t get_x_arr_length();
38#include "CompositeInterpolationXTable-internal.hpp"
DataSketches namespace.
Definition binomial_bounds.hpp:38