|
cMHN 1.2
C++ library for learning MHNs with pRC
|
#include <prc/algorithms/jacobi_rotation.hpp>#include <prc/core/functors/max.hpp>#include <prc/core/functors/min.hpp>#include <prc/core/tensor/declarations.hpp>Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<class X , IsTensorish R = RemoveReference<X>> requires IsFloat<Value<R>> && (R::Dimension == 2) | |
| static constexpr auto | pRC::svd (X &&input) |
| template<Size C, class X , IsTensorish R = RemoveReference<X>, IsFloat V = Value<R>, IsFloat VT = V> requires (R::Dimension == 2) && (C < reduce<Min>(typename R::Sizes())) | |
| static constexpr auto | pRC::svd (X &&input, VT const &tolerance=NumericLimits< VT >::tolerance()) |
| template<Size C, class X , IsTensorish R = RemoveReference<X>, IsFloat V = Value<R>, IsFloat VT = V> requires (R::Dimension == 2) && (C == reduce<Min>(typename R::Sizes())) | |
| static constexpr auto | pRC::svd (X &&input, VT const &tolerance=NumericLimits< VT >::tolerance()) |