cMHN 1.1
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
Namespaces | Functions
outer_product.hpp File Reference
#include <prc/core/functors/conj.hpp>
#include <prc/core/functors/outer_product.hpp>
#include <prc/core/functors/tensor_product.hpp>
#include <prc/core/tensor/functions/conj.hpp>
#include <prc/core/tensor/functions/tensor_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< IsTensorish< RA > > = 0, If< IsInvocable< View, XA > > = 0, If< IsTensorish< RB > > = 0, If< IsInvocable< View, XB > > = 0, If< IsInvocable< Conj, XA > > = 0, If< IsInvocable< TensorProduct, XA, ResultOf< Conj, XB > > > = 0>
static constexpr auto pRC::outerProduct (XA &&a, XB &&b)
 
template<class XA , class XB , class RA = RemoveReference<XA>, class RB = RemoveReference<XB>, If< IsTensorish< RA > > = 0, If< IsTensorish< RB > > = 0, If< Not< All< IsInvocable< View, XA >, IsInvocable< View, XB > > > > = 0, If< IsInvocable< OuterProduct, XA &, XB & > > = 0>
static constexpr auto pRC::outerProduct (XA &&a, XB &&b)