|
Expression Templates Library (ETL)
|
Standard implementation of the determinant. More...

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... | |
Standard implementation of the determinant.
| value_t<AT> etl::impl::standard::det | ( | const AT & | A | ) |
Compute the determinant of the given matrix.
1.8.13