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