|
pRC
multi-purpose Tensor Train library for C++
|
#include <prc/core/functors/div.hpp>#include <prc/core/functors/loop.hpp>#include <prc/core/tensor/functions/loop.hpp>Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<class XA , class XB , If< IsTensorish< RemoveReference< XA > > > = 0, If< IsTensorish< RemoveReference< XB > > > = 0, If< IsInvocable< Loop< Div >, XA, XB > > = 0> | |
| static constexpr auto | pRC::operator/ (XA &&a, XB &&b) |
| Calculates element-wise division of two Tensors. | |