ei_redux_impl< BinaryOp, Derived, Start, Length > Struct Template Reference
#include <Redux.h>
List of all members.
Public Types |
enum | { HalfLength = Length/2
} |
typedef ei_result_of< BinaryOp(typename
Derived::Scalar)>::type | Scalar |
Static Public Member Functions |
static Scalar | run (const Derived &mat, const BinaryOp &func) |
Detailed Description
template<typename BinaryOp, typename Derived, int Start, int Length>
struct ei_redux_impl< BinaryOp, Derived, Start, Length >
Definition at line 30 of file Redux.h.
Member Typedef Documentation
template<typename BinaryOp , typename Derived , int Start, int Length>
Member Enumeration Documentation
template<typename BinaryOp , typename Derived , int Start, int Length>
- Enumerator:
-
Definition at line 32 of file Redux.h.
Member Function Documentation
template<typename BinaryOp , typename Derived , int Start, int Length>
static Scalar ei_redux_impl< BinaryOp, Derived, Start, Length >::run |
( |
const Derived & |
mat, |
|
|
const BinaryOp & |
func | |
|
) |
| | [inline, static] |
The documentation for this struct was generated from the following file: