Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Eigen::internal::scalar_isnan_op< Scalar > Struct Template Reference

#include <src/eigen/Eigen/src/Core/functors/UnaryFunctors.h>

Public Types

typedef bool result_type
 

Public Member Functions

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

Detailed Description

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

Member Typedef Documentation

◆ result_type

template<typename Scalar >
typedef bool Eigen::internal::scalar_isnan_op< Scalar >::result_type

Member Function Documentation

◆ operator()()

template<typename Scalar >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE result_type Eigen::internal::scalar_isnan_op< Scalar >::operator() ( const Scalar &  a) const
inline
681{ return (numext::isnan)(a); }
EIGEN_DEVICE_FUNC bool() isnan(const T &x)
Definition MathFunctions.h:955

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