|
cMHN 1.2
C++ library for learning MHNs with pRC
|
#include <prc/core/functors/conj.hpp>#include <prc/core/functors/scalar_product.hpp>#include <prc/tensor_train/operator/declarations.hpp>#include <prc/tensor_train/tensor/declarations.hpp>Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<class XA , class XB , class RA = RemoveReference<XA>, class RB = RemoveReference<XB>> requires ((TensorTrain::IsTensorish<RA> && TensorTrain::IsTensorish<RB>) || (TensorTrain::IsOperatorish<RA> && TensorTrain::IsOperatorish<RB>)) && IsInvocable<Conj, XA> && IsInvocable<ScalarProduct, ResultOf<Conj, XA>, XB> | |
| static constexpr auto | pRC::innerProduct (XA &&a, XB &&b) |