MOAB  4.9.3pre
Eigen::internal::scalar_isnan_op< Scalar > Struct Template Reference

Template functor to compute whether a scalar is NaN. More...

#include <UnaryFunctors.h>

List of all members.

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 >

Template functor to compute whether a scalar is NaN.

See also:
class CwiseUnaryOp, ArrayBase::isnan()

Definition at line 685 of file UnaryFunctors.h.


Member Typedef Documentation

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

Definition at line 687 of file UnaryFunctors.h.


Member Function Documentation

template<typename Scalar >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE result_type Eigen::internal::scalar_isnan_op< Scalar >::operator() ( const Scalar &  a) const [inline]

Definition at line 688 of file UnaryFunctors.h.

{ return (numext::isnan)(a); }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines