|
pRC
multi-purpose Tensor Train library for C++
|
#include <prc/core/basic/sequence.hpp>#include <prc/core/functors/view.hpp>#include <prc/core/tensor/views/permute.hpp>Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<Index... Ps, class X , class R = RemoveReference<X>, If< IsTensorish< R > > = 0, If< IsInvocable< View, X > > = 0, If< IsSatisfied<(sizeof...(Ps)==typename R::Dimension())> > = 0, If< IsSatisfied<(max(Ps...)< typename R::Dimension())> > = 0, If< IsUnique< Constant< Index, Ps >... > > = 0> | |
| static constexpr auto | pRC::permute (X &&a) |
| Permutes the indices of a Tensor. | |
| template<class X , class R = RemoveReference<X>, If< IsTensorish< R > > = 0, If< IsInvocable< View, X > > = 0, If< IsSatisfied<(0==typename R::Dimension())> > = 0> | |
| static constexpr auto | pRC::permute (X &&a) |
| Permutes the indices of a Tensor. | |
| template<Index... Ps, class X , class R = RemoveReference<X>, If< IsTensorish< R > > = 0, If< Not< IsInvocable< View, X > > > = 0, If< IsInvocable< Permute< Ps... >, X & > > = 0> | |
| static constexpr auto | pRC::permute (X &&a) |
| Permutes the indices of a Tensor. | |