cMHN 1.1
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
Namespaces | Functions
cholesky.hpp File Reference
#include <prc/config.hpp>
#include <prc/core/basic/functions/copy.hpp>
#include <prc/core/basic/range.hpp>
#include <prc/core/tensor/functions/inner_product.hpp>
#include <prc/core/tensor/operator/functions/is_self_adjoint.hpp>
#include <prc/core/tensor/operator/functions/is_upper_triangular.hpp>
#include <prc/core/tensor/operator/hint.hpp>
#include <prc/core/tensor/type_traits.hpp>
#include <prc/core/value/functions/is_approx.hpp>
#include <prc/core/value/functions/norm.hpp>

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<Operator::Hint H = Operator::Hint::None, class X , class R = RemoveReference<X>, If< IsTensorish< R > > = 0, If< IsFloat< typename R::Value > > = 0, If< IsSatisfied<(typename R::Dimension()==2)> > = 0, If< IsSatisfied<(R::size(0)==R::size(1))> > = 0>
static constexpr auto pRC::cholesky (X &&a)