pRC
multi-purpose Tensor Train library for C++
Loading...
Searching...
No Matches
Namespaces | Functions
transform.hpp File Reference
#include <prc/core/functors/view.hpp>
#include <prc/core/tensor/operator/transform.hpp>
#include <prc/tensor_train/operator/type_traits.hpp>

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<Operator::Transform OT = Operator::Transform::None, class X , class R = RemoveReference<X>, If< TensorTrain::IsOperatorish< R > > = 0>
static constexpr decltype(autopRC::transform (X &&a)