cMHN 1.0
C++ library for learning MHNs with pRC
Typedefs
externs_nonTT.hpp File Reference

Go to the source code of this file.

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...>{}