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

Functor for QR decomposition. More...

#include <decomposition.hpp>

Static Public Member Functions

template<typename AT , typename QT , typename RT >
static void apply (AT &A, QT &Q, RT &R)
 Apply the functor to A,Q,R. More...
 

Detailed Description

Functor for QR decomposition.

Member Function Documentation

◆ apply()

template<typename AT , typename QT , typename RT >
static void etl::detail::qr_impl::apply ( AT &  A,
QT &  Q,
RT &  R 
)
inlinestatic

Apply the functor to A,Q,R.

Parameters
AThe input matrix
QThe Q decomposition (output)
RThe R decomposition (output)

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