cMHN 1.1
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
Typedefs
externs_nonTT.hpp File Reference

Go to the source code of this file.

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
pRC::Float<> T
Definition externs_nonTT.hpp:1
static constexpr auto makeConstantSequence()
Definition sequence.hpp:402