Detailed Description
template<typename Func, typename Derived, int Start, int Length>
struct internal::redux_novec_unroller< Func, Derived, Start, Length >
Definition at line 90 of file Redux.h.
#include <src/Core/Redux.h>
List of all members.
Public Types |
enum | { HalfLength = Length/2
} |
typedef Derived::Scalar | Scalar |
Static Public Member Functions |
static EIGEN_STRONG_INLINE Scalar | run (const Derived &mat, const Func &func) |
Member Typedef Documentation
template<typename Func, typename Derived, int Start, int Length>
Member Enumeration Documentation
template<typename Func, typename Derived, int Start, int Length>
- Enumerator:
-
Definition at line 92 of file Redux.h.
Member Function Documentation
template<typename Func, typename Derived, int Start, int Length>