|
Expression Templates Library (ETL)
|
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... | |
Functor for euclidean norm.
|
inlinestatic |
Apply the functor to A, L, U, P.
| A | The input matrix |
| L | The L decomposition (output) |
| U | The U decomposition (output) |
| P | The P permutation matrix (output) |
1.8.13