EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::detail::get_dimension< N > Struct Template Reference

determine number of dimension from power of 2 More...

#include <acts/blob/sPHENIX/Core/include/Acts/Utilities/detail/interpolation_impl.hpp>

Static Public Attributes

static constexpr size_t value = get_dimension<(N >> 1)>::value + 1u
 exponent d such that $2^d = N $
 

Detailed Description

template<size_t N>
struct Acts::detail::get_dimension< N >

determine number of dimension from power of 2

Template Parameters
Npower of 2

Definition at line 67 of file interpolation_impl.hpp.

View newest version in sPHENIX GitHub at line 67 of file interpolation_impl.hpp

Member Data Documentation

template<size_t N>
constexpr size_t Acts::detail::get_dimension< N >::value = get_dimension<(N >> 1)>::value + 1u
static

exponent d such that $2^d = N $

Definition at line 69 of file interpolation_impl.hpp.

View newest version in sPHENIX GitHub at line 69 of file interpolation_impl.hpp


The documentation for this struct was generated from the following file: