![]() |
|
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 |
Template functor to compute the score of a scalar, to chose a pivot.
| typedef void Eigen::internal::scalar_score_coeff_op< Scalar >::Score_is_abs |