BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
fn_AR_det.hpp File Reference
#include "cl_AR_Matrix.hpp"
Include dependency graph for fn_AR_det.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(arma::det(A))
template<typename T>
auto belfem::det (T &A) -> decltype(arma::det(A))