Project
Loading...
Searching...
No Matches
o2::math_utils::detail::row_offsets_utils Namespace Reference

Classes

struct  indices
 
struct  make_indices
 
struct  make_indices_impl
 
struct  make_indices_impl< I, indices< Indices... >, N >
 
struct  make_indices_impl< N, indices< Indices... >, N >
 

Functions

template<int I0, class F , int... I>
constexpr auto do_make (F f, indices< I... >) -> gpu::gpustd::array< int, sizeof...(I)>
 
template<int N, int I0 = 0, class F >
constexpr auto make (F f) -> gpu::gpustd::array< int, N >
 

Function Documentation

◆ do_make()

template<int I0, class F , int... I>
constexpr auto o2::math_utils::detail::row_offsets_utils::do_make ( f,
indices< I... >   
) -> gpu::gpustd::array<int, sizeof...(I)>
constexpr

Definition at line 284 of file SMatrixGPU.h.

◆ make()

template<int N, int I0 = 0, class F >
constexpr auto o2::math_utils::detail::row_offsets_utils::make ( f) -> gpu::gpustd::array<int, N>
constexpr

Definition at line 291 of file SMatrixGPU.h.