MOAB  4.9.3pre
Eigen::internal::member_redux< BinaryOp, Scalar >::Cost< _Scalar, Size > Struct Template Reference

#include <VectorwiseOp.h>

List of all members.

Public Types

enum  { value = (Size-1) * functor_traits<BinaryOp>::Cost }

Detailed Description

template<typename BinaryOp, typename Scalar>
template<typename _Scalar, int Size>
struct Eigen::internal::member_redux< BinaryOp, Scalar >::Cost< _Scalar, Size >

Definition at line 129 of file VectorwiseOp.h.


Member Enumeration Documentation

template<typename BinaryOp , typename Scalar >
template<typename _Scalar , int Size>
anonymous enum
Enumerator:
value 

Definition at line 130 of file VectorwiseOp.h.

{ enum { value = (Size-1) * functor_traits<BinaryOp>::Cost }; };

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines