Expression Templates Library (ETL)
Namespaces | Functions
det.hpp File Reference

Standard implementation of the determinant. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 etl
 Root namespace for the ETL library.
 

Functions

template<etl_expr AT, etl_expr LT, etl_expr UT, etl_expr PT>
bool etl::lu (const AT &A, LT &L, UT &U, PT &P)
 Decomposition the matrix so that P * A = L * U. More...
 
template<etl_expr AT>
value_t< AT > etl::impl::standard::det (const AT &A)
 Compute the determinant of the given matrix. More...
 

Detailed Description

Standard implementation of the determinant.

Function Documentation

◆ det()

template<etl_expr AT>
value_t<AT> etl::impl::standard::det ( const AT &  A)

Compute the determinant of the given matrix.

Returns
The determinant of the given matrix