|
pRC
multi-purpose Tensor Train library for C++
|
#include <prc/core/tensor/type_traits.hpp>Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<class X , If< IsTensor< RemoveReference< X > > > = 0> | |
| static constexpr X | pRC::eval (X &&a) |
| Evaluates a Tensor. | |
| template<class X , If< IsTensorView< RemoveReference< X > > > = 0> | |
| static constexpr auto | pRC::eval (X &&a) |
| Evaluates a TensorView. | |