|
pRC
multi-purpose Tensor Train library for C++
|
#include <prc/config.hpp>#include <prc/core/basic/functions/ceil_div.hpp>#include <prc/core/basic/functions/copy.hpp>#include <prc/core/basic/functions/min.hpp>#include <prc/core/basic/range.hpp>#include <prc/core/tensor/functions/chip.hpp>#include <prc/core/tensor/functions/norm.hpp>#include <prc/core/tensor/functions/slice.hpp>#include <prc/core/tensor/operator/functions/is_unitary.hpp>#include <prc/core/tensor/type_traits.hpp>#include <prc/core/value/functions/is_approx.hpp>#include <prc/core/value/limits.hpp>Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<Size B = 32, class X , class R = RemoveReference<X>, If< IsTensorish< R > > = 0, If< IsFloat< typename R::Value > > = 0, If< IsSatisfied<(typename R::Dimension()==2)> > = 0> | |
| static constexpr auto | pRC::qr (X &&input) |