29 template <
typename AT>
31 return etl::impl::standard::det(A);
Standard implementation of the determinant.
Functor for determinant.
Definition: det.hpp:23
Definition: expression_builder.hpp:699
static value_t< AT > apply(const AT &A)
Apply the functor to A.
Definition: det.hpp:30
typename decay_traits< E >::value_type value_t
Traits to extract the value type out of an ETL type.
Definition: tmp.hpp:81