MOAB  4.9.3pre
Eigen::internal::abs_knowing_score< Scalar, typename > Struct Template Reference

#include <UnaryFunctors.h>

List of all members.

Public Types

typedef NumTraits< Scalar >::Real result_type

Public Member Functions

template<typename Score >
EIGEN_DEVICE_FUNC
EIGEN_STRONG_INLINE const
result_type 
operator() (const Scalar &a, const Score &) const

Detailed Description

template<typename Scalar, typename = void>
struct Eigen::internal::abs_knowing_score< Scalar, typename >

Definition at line 71 of file UnaryFunctors.h.


Member Typedef Documentation

template<typename Scalar , typename = void>
typedef NumTraits<Scalar>::Real Eigen::internal::abs_knowing_score< Scalar, typename >::result_type

Definition at line 74 of file UnaryFunctors.h.


Member Function Documentation

template<typename Scalar , typename = void>
template<typename Score >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type Eigen::internal::abs_knowing_score< Scalar, typename >::operator() ( const Scalar &  a,
const Score &   
) const [inline]

Definition at line 76 of file UnaryFunctors.h.

{ using std::abs; return abs(a); }

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