Public Member Functions | Public Attributes | List of all members
Eigen::internal::scalar_clamp_op< Scalar > Struct Template Reference

#include <TensorFunctors.h>

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar operator() (const Scalar &x) const
 
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Packet packetOp (const Packet &x) const
 
EIGEN_DEVICE_FUNC scalar_clamp_op (const Scalar &_min, const Scalar &_max)
 

Public Attributes

const Scalar m_max
 
const Scalar m_min
 

Detailed Description

template<typename Scalar>
struct Eigen::internal::scalar_clamp_op< Scalar >

Definition at line 467 of file TensorFunctors.h.

Constructor & Destructor Documentation

◆ scalar_clamp_op()

template<typename Scalar >
EIGEN_DEVICE_FUNC Eigen::internal::scalar_clamp_op< Scalar >::scalar_clamp_op ( const Scalar _min,
const Scalar _max 
)
inline

Definition at line 468 of file TensorFunctors.h.

Member Function Documentation

◆ operator()()

template<typename Scalar >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar Eigen::internal::scalar_clamp_op< Scalar >::operator() ( const Scalar x) const
inline

Definition at line 470 of file TensorFunctors.h.

◆ packetOp()

template<typename Scalar >
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Packet Eigen::internal::scalar_clamp_op< Scalar >::packetOp ( const Packet x) const
inline

Definition at line 475 of file TensorFunctors.h.

Member Data Documentation

◆ m_max

template<typename Scalar >
const Scalar Eigen::internal::scalar_clamp_op< Scalar >::m_max

Definition at line 479 of file TensorFunctors.h.

◆ m_min

template<typename Scalar >
const Scalar Eigen::internal::scalar_clamp_op< Scalar >::m_min

Definition at line 478 of file TensorFunctors.h.


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


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