cMHN 1.0
C++ library for learning MHNs with pRC
Typedefs
precompile_nonTT.cpp File Reference
#include <tuple>
#include <map>
#include <string>
#include <cmhn.hpp>
#include <prc.hpp>

Typedefs

using T = pRC::Float<>
 
using TN = decltype(expand(pRC::makeConstantSequence< pRC::Size, EVENTS, 2 >(),[](auto const ... Ns) { return pRC::Tensor< T, Ns... >{}
 
using S = TN::Subscripts
 

Typedef Documentation

◆ S

using S = TN::Subscripts

◆ T

using T = pRC::Float<>

◆ TN

using TN = decltype(expand(pRC::makeConstantSequence<pRC::Size, EVENTS, 2>(), [](auto const... Ns) { return pRC::Tensor<T, Ns...>{}