cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
svd.hpp File Reference

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())