device Namespace Reference#

DiFfRG: DiFfRG::device Namespace Reference
DiFfRG
Discretization Framework for functional Renormalization Group flows
DiFfRG::device Namespace Reference

Typedefs

template<typename... T>
using tuple = std::tuple< T... >
 
template<typename T , std::size_t N>
using array = std::array< T, N >
 

Typedef Documentation

◆ array

template<typename T , std::size_t N>
using DiFfRG::device::array = typedef std::array<T, N>

◆ tuple

template<typename... T>
using DiFfRG::device::tuple = typedef std::tuple<T...>