WPILibC++ 2023.4.3-108-ge5452e3
Eigen::internal::scalar_constant_op< Scalar > Struct Template Reference

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

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE scalar_constant_op (const scalar_constant_op &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE scalar_constant_op (const Scalar &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar operator() () const
 
template<typename PacketType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const PacketType packetOp () const
 

Public Attributes

const Scalar m_other
 

Constructor & Destructor Documentation

◆ scalar_constant_op() [1/2]

template<typename Scalar >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::internal::scalar_constant_op< Scalar >::scalar_constant_op ( const scalar_constant_op< Scalar > &  other)
inline

◆ scalar_constant_op() [2/2]

template<typename Scalar >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::internal::scalar_constant_op< Scalar >::scalar_constant_op ( const Scalar &  other)
inline

Member Function Documentation

◆ operator()()

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

◆ packetOp()

template<typename Scalar >
template<typename PacketType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const PacketType Eigen::internal::scalar_constant_op< Scalar >::packetOp ( ) const
inline

Member Data Documentation

◆ m_other

template<typename Scalar >
const Scalar Eigen::internal::scalar_constant_op< Scalar >::m_other

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