cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
tensor.hpp File Reference

Go to the source code of this file.

Classes

class  pRC::TensorTrain::Tensor< T, Sizes< Ns... >, Sizes< Rs... > >
 

Namespaces

namespace  pRC
 
namespace  pRC::TensorTrain
 

Functions

template<class T , class N , class Ranks , class F >
 pRC::TensorTrain::Tensor (TensorViews::View< T, N, Ranks, F > const &) -> Tensor< T, N, Ranks >
 
template<class T , Size... Ns, class R >
 pRC::Tensor (TensorTrain::Tensor< T, Sizes< Ns... >, R > const &) -> Tensor< T, Ns... >