cMHN 1.1
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
Namespaces | Functions
inner_product.hpp File Reference
#include <prc/core/functors/conj.hpp>
#include <prc/core/functors/inner_product.hpp>
#include <prc/core/functors/scalar_product.hpp>
#include <prc/tensor_train/common/functions/conj.hpp>
#include <prc/tensor_train/operator/functions/scalar_product.hpp>
#include <prc/tensor_train/tensor/functions/scalar_product.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>, If< Any< All< TensorTrain::IsTensorish< RA >, TensorTrain::IsTensorish< RB > >, All< TensorTrain::IsOperatorish< RA >, TensorTrain::IsOperatorish< RB > > > > = 0, If< IsInvocable< Conj, XA > > = 0, If< IsInvocable< ScalarProduct, ResultOf< Conj, XA >, XB > > = 0>
static constexpr auto pRC::innerProduct (XA &&a, XB &&b)