Expression Templates Library (ETL)
Static Public Member Functions | List of all members
etl::detail::lu_impl Struct Reference

Functor for euclidean norm. More...

#include <decomposition.hpp>

Static Public Member Functions

template<typename AT , typename LT , typename UT , typename PT >
static void apply (const AT &A, LT &L, UT &U, PT &P)
 Apply the functor to A, L, U, P. More...
 

Detailed Description

Functor for euclidean norm.

Member Function Documentation

◆ apply()

template<typename AT , typename LT , typename UT , typename PT >
static void etl::detail::lu_impl::apply ( const AT &  A,
LT &  L,
UT &  U,
PT &  P 
)
inlinestatic

Apply the functor to A, L, U, P.

Parameters
AThe input matrix
LThe L decomposition (output)
UThe U decomposition (output)
PThe P permutation matrix (output)

The documentation for this struct was generated from the following file: