#include "cl_BZ_Matrix.hpp"Go to the source code of this file.
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
Functions | |
| template<typename T> | |
| auto | belfem::det (const T &A) -> decltype(blaze::det(A)) |
| template<typename T> | |
| auto | belfem::det (T &A) -> decltype(blaze::det(A)) |