Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
hydra::detail::CovMatrixUnary< F1, F2, Fs >::index< N, INDEX > Struct Template Reference

#include <ProcessSPlot.h>

Collaboration diagram for hydra::detail::CovMatrixUnary< F1, F2, Fs >::index< N, INDEX >:

Static Public Attributes

static constexpr const size_t I = INDEX/N
 
static constexpr const size_t J = INDEX%N
 

Detailed Description

template<typename F1, typename F2, typename ... Fs>
template<size_t N, size_t INDEX>
struct hydra::detail::CovMatrixUnary< F1, F2, Fs >::index< N, INDEX >

Field Documentation

◆ I

template<typename F1 , typename F2 , typename ... Fs>
template<size_t N, size_t INDEX>
constexpr const size_t hydra::detail::CovMatrixUnary< F1, F2, Fs >::index< N, INDEX >::I = INDEX/N
static

◆ J

template<typename F1 , typename F2 , typename ... Fs>
template<size_t N, size_t INDEX>
constexpr const size_t hydra::detail::CovMatrixUnary< F1, F2, Fs >::index< N, INDEX >::J = INDEX%N
static

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