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

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<Operator::Hint H = Operator::Hint::None, class X , IsTensorish R = RemoveReference<X>>
requires (R::Dimension == 2) && (R::size(0) == R::size(1))
static constexpr auto pRC::lu (X &&a)
 LU decomposition of a square matrix.