WPILibC++ 2023.4.3-108-ge5452e3
Eigen::internal::scalar_max_op< LhsScalar, RhsScalar, NaNPropagation > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpimath/src/main/native/thirdparty/eigen/include/Eigen/src/Core/functors/BinaryFunctors.h>

Inheritance diagram for Eigen::internal::scalar_max_op< LhsScalar, RhsScalar, NaNPropagation >:
Eigen::internal::binary_op_base< LhsScalar, RhsScalar >

Public Types

typedef ScalarBinaryOpTraits< LhsScalar, RhsScalar, scalar_max_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 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
 

Member Typedef Documentation

◆ result_type

template<typename LhsScalar , typename RhsScalar , int NaNPropagation>
typedef ScalarBinaryOpTraits<LhsScalar,RhsScalar,scalar_max_op>::ReturnType Eigen::internal::scalar_max_op< LhsScalar, RhsScalar, NaNPropagation >::result_type

Member Function Documentation

◆ operator()()

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

◆ packetOp()

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

◆ predux()

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

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