WPILibC++ 2023.4.3-108-ge5452e3
Eigen::internal::scalar_cast_op< Scalar, NewType > Struct Template Reference

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

Public Types

typedef NewType result_type
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const NewType operator() (const Scalar &a) const
 

Member Typedef Documentation

◆ result_type

template<typename Scalar , typename NewType >
typedef NewType Eigen::internal::scalar_cast_op< Scalar, NewType >::result_type

Member Function Documentation

◆ operator()()

template<typename Scalar , typename NewType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const NewType Eigen::internal::scalar_cast_op< Scalar, NewType >::operator() ( const Scalar &  a) const
inline

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