|
pRC
multi-purpose Tensor Train library for C++
|
#include <prc/core/functors/add.hpp>#include <prc/core/functors/minus.hpp>#include <prc/tensor_train/common/functions/minus.hpp>#include <prc/tensor_train/operator/functions/add.hpp>#include <prc/tensor_train/tensor/functions/add.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< Minus, XB > > = 0, If< IsInvocable< Add, XA, ResultOf< Minus, XB > > > = 0> | |
| static constexpr auto | pRC::operator- (XA &&a, XB &&b) |