TR-mbed 1.0
Loading...
Searching...
No Matches
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 scalar_clamp_op (const Scalar &_min, const Scalar &_max)
 
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
 

Public Attributes

const Scalar m_min
 
const Scalar m_max
 

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

Member Function Documentation

◆ operator()()

◆ packetOp()

Member Data Documentation

◆ m_max

◆ m_min


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