Eigen::internal::scalar_score_coeff_op< Scalar > Struct Template Reference

Template functor to compute the score of a scalar, to chose a pivot. More...

#include <UnaryFunctors.h>

+ Inheritance diagram for Eigen::internal::scalar_score_coeff_op< Scalar >:

Public Types

typedef void Score_is_abs
 
- Public Types inherited from Eigen::internal::scalar_abs_op< Scalar >
typedef NumTraits< Scalar >::Real result_type
 

Additional Inherited Members

- Public Member Functions inherited from Eigen::internal::scalar_abs_op< Scalar >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type operator() (const Scalar &a) const
 
template<typename Packet >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Packet packetOp (const Packet &a) const
 

Detailed Description

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

Template functor to compute the score of a scalar, to chose a pivot.

See also
class CwiseUnaryOp

Member Typedef Documentation

◆ Score_is_abs

template<typename Scalar >
typedef void Eigen::internal::scalar_score_coeff_op< Scalar >::Score_is_abs

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