Classes | Public Types | Public Member Functions | Public Attributes | List of all members
Eigen::internal::member_redux< BinaryOpT, Scalar > Struct Template Reference

#include <VectorwiseOp.h>

Classes

struct  Cost
 

Public Types

enum  { Vectorizable = functor_traits<BinaryOp>::PacketAccess }
 
typedef BinaryOpT BinaryOp
 
typedef result_of< BinaryOp(const Scalar &, const Scalar &) >::type result_type
 

Public Member Functions

const BinaryOpbinaryFunc () const
 
EIGEN_DEVICE_FUNC member_redux (const BinaryOp func)
 
template<typename Derived >
EIGEN_DEVICE_FUNC result_type operator() (const DenseBase< Derived > &mat) const
 

Public Attributes

const BinaryOp m_functor
 

Detailed Description

template<typename BinaryOpT, typename Scalar>
struct Eigen::internal::member_redux< BinaryOpT, Scalar >

Definition at line 132 of file VectorwiseOp.h.

Member Typedef Documentation

◆ BinaryOp

template<typename BinaryOpT , typename Scalar >
typedef BinaryOpT Eigen::internal::member_redux< BinaryOpT, Scalar >::BinaryOp

Definition at line 133 of file VectorwiseOp.h.

◆ result_type

template<typename BinaryOpT , typename Scalar >
typedef result_of< BinaryOp(const Scalar&,const Scalar&) >::type Eigen::internal::member_redux< BinaryOpT, Scalar >::result_type

Definition at line 136 of file VectorwiseOp.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename BinaryOpT , typename Scalar >
anonymous enum
Enumerator
Vectorizable 

Definition at line 138 of file VectorwiseOp.h.

Constructor & Destructor Documentation

◆ member_redux()

template<typename BinaryOpT , typename Scalar >
EIGEN_DEVICE_FUNC Eigen::internal::member_redux< BinaryOpT, Scalar >::member_redux ( const BinaryOp  func)
inlineexplicit

Definition at line 140 of file VectorwiseOp.h.

Member Function Documentation

◆ binaryFunc()

template<typename BinaryOpT , typename Scalar >
const BinaryOp& Eigen::internal::member_redux< BinaryOpT, Scalar >::binaryFunc ( ) const
inline

Definition at line 144 of file VectorwiseOp.h.

◆ operator()()

template<typename BinaryOpT , typename Scalar >
template<typename Derived >
EIGEN_DEVICE_FUNC result_type Eigen::internal::member_redux< BinaryOpT, Scalar >::operator() ( const DenseBase< Derived > &  mat) const
inline

Definition at line 142 of file VectorwiseOp.h.

Member Data Documentation

◆ m_functor

template<typename BinaryOpT , typename Scalar >
const BinaryOp Eigen::internal::member_redux< BinaryOpT, Scalar >::m_functor

Definition at line 145 of file VectorwiseOp.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:45:00