Expression Templates Library (ETL)
Static Public Member Functions | List of all members
etl::detail::det_impl Struct Reference

Functor for determinant. More...

#include <det.hpp>

Static Public Member Functions

template<typename AT >
static value_t< AT > apply (const AT &A)
 Apply the functor to A. More...
 

Detailed Description

Functor for determinant.

Member Function Documentation

◆ apply()

template<typename AT >
static value_t<AT> etl::detail::det_impl::apply ( const AT &  A)
inlinestatic

Apply the functor to A.

Parameters
AThe input matrix
Returns
the determinant of the matrix

The documentation for this struct was generated from the following file: