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

Typedefs

using T = pRC::Float<>
 
using TN
 
using S = TN::Subscripts
 

Typedef Documentation

◆ S

using S = TN::Subscripts

◆ T

using T = pRC::Float<>

◆ TN

using TN
Initial value:
[](auto const... Ns)
{
return pRC::Tensor<T, Ns...>{};
}))
Definition tensor.hpp:28
static constexpr auto makeConstantSequence()
Definition sequence.hpp:402
pRC::Float<> T
Definition precompile_nonTT.cpp:8