|
pRC
multi-purpose Tensor Train library for C++
|
#include <prc/core/functors/upper_triangular.hpp>#include <prc/core/functors/view.hpp>#include <prc/core/tensor/operator/views/upper_triangular.hpp>Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<class X , class R = RemoveReference<X>, If< IsTensorish< R > > = 0, If< IsInvocable< View, X > > = 0, If< IsSatisfied<(typename R::Dimension()==2)> > = 0> | |
| static constexpr auto | pRC::upperTriangular (X &&a) |
| Transforms a Tensor into upper triangular form. | |