|
pRC
multi-purpose Tensor Train library for C++
|
Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<class X , class R = RemoveReference<X>, If< IsTensorish< R > > = 0, If< IsSatisfied<(typename R::Dimension{} > 0)> , If< IsInvocable< Reshape< R::Sizes::size()>, X > > = 0> | |
| static constexpr auto | pRC::linearize (X &&a) |
| Linearizes a Tensor into a vector. | |