pRC
multi-purpose Tensor Train library for C++
Loading...
Searching...
No Matches
Namespaces | Functions
mul.hpp File Reference
#include <prc/core/complex/complex.hpp>
#include <prc/core/functors/mul.hpp>

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<class TA , class TB , If< IsInvocable< Mul, TA, TB > > = 0, If< IsInvocable< Add, TA, TB > > = 0, If< IsInvocable< Sub, TA, TB > > = 0>
static constexpr auto pRC::operator* (Complex< TA > const &a, Complex< TB > const &b)
 
template<class TA , class TB , If< IsValue< TB > > = 0, If< IsInvocable< Mul, TA, TB > > = 0>
static constexpr auto pRC::operator* (Complex< TA > const &a, TB const &b)
 
template<class TA , class TB , If< IsValue< TA > > = 0, If< IsInvocable< Mul, TA, TB > > = 0>
static constexpr auto pRC::operator* (TA const &a, Complex< TB > const &b)