Logo ROOT  
Reference Guide
ROOT::Math::rowOffsetsUtils 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 std::array< decltype(std::declval< F >()(std::declval< int >())), sizeof...(I)> do_make (F f, indices< I... >)
 
template<int N, int I0 = 0, class F >
constexpr std::array< decltype(std::declval< F >()(std::declval< int >())), Nmake (F f)
 

Function Documentation

◆ do_make()

template<int I0, class F , int... I>
constexpr std::array< decltype(std::declval< F >()(std::declval< int >())), sizeof...(I)> ROOT::Math::rowOffsetsUtils::do_make ( F  f,
indices< I... >   
)
constexpr

Definition at line 177 of file MatrixRepresentationsStatic.h.

◆ make()

template<int N, int I0 = 0, class F >
constexpr std::array< decltype(std::declval< F >()(std::declval< int >())), N > ROOT::Math::rowOffsetsUtils::make ( F  f)
constexpr

Definition at line 185 of file MatrixRepresentationsStatic.h.