3#ifndef pRC_CORE_TENSOR_FUNCTIONS_OUTER_PRODUCT_H
4#define pRC_CORE_TENSOR_FUNCTIONS_OUTER_PRODUCT_H
12 template<
class XA,
class XB, IsTensorish RA = RemoveReference<XA>,
13 IsTensorish RB = RemoveReference<XB>>
14 requires IsInvocable<TensorProduct, XA, ResultOf<Conj, XB>>
Definition cholesky.hpp:10
static constexpr auto conj(T const &a)
Definition conj.hpp:11
static constexpr auto outerProduct(XA &&a, XB &&b)
Definition outer_product.hpp:15
static constexpr auto tensorProduct(XA &&a, XB &&b)
Definition tensor_product.hpp:17