40 inline const CwiseUnaryOp<internal::scalar_sqrt_op<Scalar>, 
const Derived>
    50 inline const CwiseUnaryOp<internal::scalar_inverse_op<Scalar>, 
const Derived>
    62 inline const CwiseUnaryOp<std::binder1st<std::equal_to<Scalar> >, 
const Derived>
    65   return CwiseUnaryOp<std::binder1st<std::equal_to<Scalar> >,
const Derived>
    66           (derived(), std::bind1st(std::equal_to<Scalar>(), s));
 #define EIGEN_STRONG_INLINE
EIGEN_STRONG_INLINE const CwiseUnaryOp< internal::scalar_abs_op< Scalar >, const Derived > cwiseAbs() const 
const CwiseUnaryOp< internal::scalar_inverse_op< Scalar >, const Derived > cwiseInverse() const 
const CwiseUnaryOp< std::binder1st< std::equal_to< Scalar > >, const Derived > cwiseEqual(const Scalar &s) const 
EIGEN_STRONG_INLINE const CwiseUnaryOp< internal::scalar_abs2_op< Scalar >, const Derived > cwiseAbs2() const 
const CwiseUnaryOp< internal::scalar_sqrt_op< Scalar >, const Derived > cwiseSqrt() const