Public Types | Public Member Functions | List of all members
Eigen::internal::scalar_sum_op< LhsScalar, RhsScalar > Struct Template Reference

#include <BinaryFunctors.h>

Inheritance diagram for Eigen::internal::scalar_sum_op< LhsScalar, RhsScalar >:
Inheritance graph
[legend]

Public Types

typedef ScalarBinaryOpTraits< LhsScalar, RhsScalar, scalar_sum_op >::ReturnType result_type
 
- Public Types inherited from Eigen::internal::binary_op_base< LhsScalar, RhsScalar >
typedef LhsScalar first_argument_type
 
typedef RhsScalar second_argument_type
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool operator() (const bool &a, const bool &b) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE result_type operator() (const LhsScalar &a, const RhsScalar &b) const
 
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet packetOp (const Packet &a, const Packet &b) const
 
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE result_type predux (const Packet &a) const
 

Detailed Description

template<typename LhsScalar, typename RhsScalar>
struct Eigen::internal::scalar_sum_op< LhsScalar, RhsScalar >

Definition at line 32 of file BinaryFunctors.h.

Member Typedef Documentation

◆ result_type

template<typename LhsScalar , typename RhsScalar >
typedef ScalarBinaryOpTraits<LhsScalar,RhsScalar,scalar_sum_op>::ReturnType Eigen::internal::scalar_sum_op< LhsScalar, RhsScalar >::result_type

Definition at line 34 of file BinaryFunctors.h.

Member Function Documentation

◆ operator()() [1/2]

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool Eigen::internal::scalar_sum_op< bool, bool >::operator() ( const bool &  a,
const bool &  b 
) const

Definition at line 61 of file BinaryFunctors.h.

◆ operator()() [2/2]

template<typename LhsScalar , typename RhsScalar >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE result_type Eigen::internal::scalar_sum_op< LhsScalar, RhsScalar >::operator() ( const LhsScalar &  a,
const RhsScalar &  b 
) const
inline

Definition at line 42 of file BinaryFunctors.h.

◆ packetOp()

template<typename LhsScalar , typename RhsScalar >
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet Eigen::internal::scalar_sum_op< LhsScalar, RhsScalar >::packetOp ( const Packet a,
const Packet b 
) const
inline

Definition at line 44 of file BinaryFunctors.h.

◆ predux()

template<typename LhsScalar , typename RhsScalar >
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE result_type Eigen::internal::scalar_sum_op< LhsScalar, RhsScalar >::predux ( const Packet a) const
inline

Definition at line 47 of file BinaryFunctors.h.


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


gtsam
Author(s):
autogenerated on Wed May 15 2024 15:31:13