BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
fn_det.hpp File Reference

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()))

Detailed Description

Determinant of a square matrix.