|
cMHN 1.2
C++ library for learning MHNs with pRC
|
Namespaces | |
| namespace | OperatorViews |
| namespace | TensorViews |
Classes | |
| class | Operator |
| class | Operator< T, Sizes< Ms... >, Sizes< Ns... >, Sizes< Rs... > > |
| class | Tensor |
| class | Tensor< T, Sizes< Ns... >, Sizes< Rs... > > |
Concepts | |
| concept | IsOperator |
| concept | IsOperatorView |
| concept | IsOperatorish |
| concept | IsTensor |
| concept | IsTensorView |
| concept | IsTensorish |
Functions | |
| template<class... Xs> requires (pRC::IsTensorish<RemoveReference<Xs>> && ...) | |
| static constexpr auto | fromCores (Xs &&...cores) |
| template<class T , class M , class N , class Ranks , class F > | |
| Operator (OperatorViews::View< T, M, N, Ranks, F > const &) -> Operator< T, M, N, Ranks > | |
| template<class T , class N , class Ranks , class F > | |
| Tensor (TensorViews::View< T, N, Ranks, F > const &) -> Tensor< T, N, Ranks > | |
|
inlinestaticconstexpr |
| pRC::TensorTrain::Operator | ( | OperatorViews::View< T, M, N, Ranks, F > const & | ) | -> Operator< T, M, N, Ranks > |
| pRC::TensorTrain::Tensor | ( | TensorViews::View< T, N, Ranks, F > const & | ) | -> Tensor< T, N, Ranks > |