|
Expression Templates Library (ETL)
|
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... | |
Functor for QR decomposition.
|
inlinestatic |
Apply the functor to A,Q,R.
| A | The input matrix |
| Q | The Q decomposition (output) |
| R | The R decomposition (output) |
1.8.13