|
cMHN 1.1
C++ library for learning MHNs with pRC
|
#include <prc/algorithms/lq.hpp>#include <prc/algorithms/qr.hpp>#include <prc/core/basic/position.hpp>#include <prc/core/tensor/functions/norm.hpp>#include <prc/core/tensor/functions/reshape.hpp>#include <prc/core/tensor/type_traits.hpp>Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<Position P, class X , class R = RemoveReference<X>, If< IsTensorish< R > > = 0, If< IsFloat< typename R::Value > > = 0, If< IsSatisfied<(P==Position::Left||P==Position::Right)> > = 0> | |
| static constexpr auto | pRC::orthogonalize (X &&a) |