|
pRC
multi-purpose Tensor Train library for C++
|
#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) |
| Calculates the outer product of two Tensors. | |
| 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) |
| Calculates the outer product of two Tensors. | |