cMHN 1.1
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
Typedefs | Functions | Variables
NonTTMHNOperatorTests.cpp File Reference
#include <string>
#include <cmhn.hpp>
#include <prc.hpp>
#include <gtest/gtest.h>

Typedefs

using T = pRC::Float<>
 
using TN = pRC::Tensor<T, D, D>
 

Functions

 TEST (NonTTMHNOperatorTests, StoresThetaCorrectly)
 
 TEST (NonTTMHNOperatorTests, AppliesOpCorrectly)
 

Variables

pRC::Size const D = 4
 

Typedef Documentation

◆ T

using T = pRC::Float<>

◆ TN

using TN = pRC::Tensor<T, D, D>

Function Documentation

◆ TEST() [1/2]

TEST ( NonTTMHNOperatorTests ,
AppliesOpCorrectly  )

◆ TEST() [2/2]

TEST ( NonTTMHNOperatorTests ,
StoresThetaCorrectly  )

Variable Documentation

◆ D

pRC::Size const D = 4