#include <VectorwiseOp.h>
| Classes | |
| struct | Cost | 
| Public Types | |
| typedef result_of< BinaryOp(Scalar) >::type | result_type | 
| Public Member Functions | |
| member_redux (const BinaryOp func) | |
| template<typename Derived > | |
| result_type | operator() (const DenseBase< Derived > &mat) const | 
| Public Attributes | |
| const BinaryOp | m_functor | 
Definition at line 134 of file VectorwiseOp.h.
| typedef result_of< BinaryOp(Scalar) >::type Eigen::internal::member_redux< BinaryOp, Scalar >::result_type | 
Definition at line 137 of file VectorwiseOp.h.
| 
 | inline | 
Definition at line 140 of file VectorwiseOp.h.
| 
 | inline | 
Definition at line 142 of file VectorwiseOp.h.
| const BinaryOp Eigen::internal::member_redux< BinaryOp, Scalar >::m_functor | 
Definition at line 144 of file VectorwiseOp.h.