Determinant of a square matrix. More...
Go to the source code of this file.
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
Functions | |
| template<typename T> | |
| auto | belfem::det (const Matrix< T > &aA) -> decltype(det(aA.matrix_data())) const |
| Determinant of a square matrix. | |
| template<typename T> | |
| auto | belfem::det (Matrix< T > &aA) -> decltype(det(aA.matrix_data())) |
Determinant of a square matrix.