|
cMHN 1.2
C++ library for learning MHNs with pRC
|
#include <prc/core/basic/sequence.hpp>#include <prc/core/container/subscripts.hpp>#include <prc/core/tensor/tensor.hpp>#include <prc/tensor_train/tensor/declarations.hpp>#include <prc/tensor_train/tensor/views/enumerate.hpp>#include <prc/tensor_train/tensor/views/reference.hpp>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... > | |