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

Go to the source code of this file.

Typedefs

using T = pRC::Float<>
 
using TTN = pRC::TensorTrain::Tensor< T, decltype(cMHN::TT::getModeSizes< EVENTS >()), decltype(cMHN::TT::getRanks< EVENTS, MAXRANKP, 2 >())>
 
using S = TTN::Subscripts
 

Typedef Documentation

◆ S

using S = TTN::Subscripts

◆ T

using T = pRC::Float<>

◆ TTN

using TTN = pRC::TensorTrain::Tensor<T, decltype(cMHN::TT::getModeSizes<EVENTS>()), decltype(cMHN::TT::getRanks<EVENTS, MAXRANKP, 2>())>