Public Types | Public Member Functions | Public Attributes | List of all members
Eigen::internal::bind2nd_op< BinaryOp > Struct Template Reference

#include <BinaryFunctors.h>

Inheritance diagram for Eigen::internal::bind2nd_op< BinaryOp >:
Inheritance graph
[legend]

Public Types

typedef BinaryOp::first_argument_type first_argument_type
 
typedef BinaryOp::result_type result_type
 
typedef BinaryOp::second_argument_type second_argument_type
 

Public Member Functions

EIGEN_DEVICE_FUNC bind2nd_op (const second_argument_type &val)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type operator() (const first_argument_type &a) const
 
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Packet packetOp (const Packet &a) const
 

Public Attributes

second_argument_type m_value
 

Detailed Description

template<typename BinaryOp>
struct Eigen::internal::bind2nd_op< BinaryOp >

Definition at line 518 of file BinaryFunctors.h.

Member Typedef Documentation

◆ first_argument_type

template<typename BinaryOp >
typedef BinaryOp::first_argument_type Eigen::internal::bind2nd_op< BinaryOp >::first_argument_type

Definition at line 520 of file BinaryFunctors.h.

◆ result_type

template<typename BinaryOp >
typedef BinaryOp::result_type Eigen::internal::bind2nd_op< BinaryOp >::result_type

Definition at line 522 of file BinaryFunctors.h.

◆ second_argument_type

template<typename BinaryOp >
typedef BinaryOp::second_argument_type Eigen::internal::bind2nd_op< BinaryOp >::second_argument_type

Definition at line 521 of file BinaryFunctors.h.

Constructor & Destructor Documentation

◆ bind2nd_op()

template<typename BinaryOp >
EIGEN_DEVICE_FUNC Eigen::internal::bind2nd_op< BinaryOp >::bind2nd_op ( const second_argument_type val)
inlineexplicit

Definition at line 524 of file BinaryFunctors.h.

Member Function Documentation

◆ operator()()

template<typename BinaryOp >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type Eigen::internal::bind2nd_op< BinaryOp >::operator() ( const first_argument_type a) const
inline

Definition at line 526 of file BinaryFunctors.h.

◆ packetOp()

template<typename BinaryOp >
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Packet Eigen::internal::bind2nd_op< BinaryOp >::packetOp ( const Packet a) const
inline

Definition at line 529 of file BinaryFunctors.h.

Member Data Documentation

◆ m_value

template<typename BinaryOp >
second_argument_type Eigen::internal::bind2nd_op< BinaryOp >::m_value

Definition at line 532 of file BinaryFunctors.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:44:24