36 inline const CwiseUnaryOp<internal::scalar_exp_op<Scalar>, 
const Derived>
    49 inline const CwiseUnaryOp<internal::scalar_log_op<Scalar>, 
const Derived>
    62 inline const CwiseUnaryOp<internal::scalar_sqrt_op<Scalar>, 
const Derived>
    75 inline const CwiseUnaryOp<internal::scalar_cos_op<Scalar>, 
const Derived>
    89 inline const CwiseUnaryOp<internal::scalar_sin_op<Scalar>, 
const Derived>
   102 inline const CwiseUnaryOp<internal::scalar_acos_op<Scalar>, 
const Derived>
   115 inline const CwiseUnaryOp<internal::scalar_asin_op<Scalar>, 
const Derived>
   128 inline const CwiseUnaryOp<internal::scalar_tan_op<Scalar>, Derived>
   142 inline const CwiseUnaryOp<internal::scalar_pow_op<Scalar>, 
const Derived>
   143 pow(
const Scalar& exponent)
 const   145   return CwiseUnaryOp<internal::scalar_pow_op<Scalar>, 
const Derived>
   146           (derived(), internal::scalar_pow_op<Scalar>(exponent));
   157 inline const CwiseUnaryOp<internal::scalar_inverse_op<Scalar>, 
const Derived>
   170 inline const CwiseUnaryOp<internal::scalar_square_op<Scalar>, 
const Derived>
   183 inline const CwiseUnaryOp<internal::scalar_cube_op<Scalar>, 
const Derived>
   189 #define EIGEN_MAKE_SCALAR_CWISE_UNARY_OP(METHOD_NAME,FUNCTOR) \   190   inline const CwiseUnaryOp<std::binder2nd<FUNCTOR<Scalar> >, const Derived> \   191   METHOD_NAME(const Scalar& s) const { \   192     return CwiseUnaryOp<std::binder2nd<FUNCTOR<Scalar> >, const Derived> \   193             (derived(), std::bind2nd(FUNCTOR<Scalar>(), s)); \ #define EIGEN_STRONG_INLINE
const CwiseUnaryOp< internal::scalar_pow_op< Scalar >, const Derived > pow(const Scalar &exponent) const 
EIGEN_STRONG_INLINE const CwiseUnaryOp< internal::scalar_abs2_op< Scalar >, const Derived > abs2() const 
const CwiseUnaryOp< internal::scalar_square_op< Scalar >, const Derived > square() const 
EIGEN_STRONG_INLINE const CwiseUnaryOp< internal::scalar_abs_op< Scalar >, const Derived > abs() const 
const CwiseUnaryOp< internal::scalar_inverse_op< Scalar >, const Derived > inverse() const 
const CwiseUnaryOp< internal::scalar_tan_op< Scalar >, Derived > tan() const 
const CwiseUnaryOp< internal::scalar_cube_op< Scalar >, const Derived > cube() const 
#define EIGEN_MAKE_SCALAR_CWISE_UNARY_OP(METHOD_NAME, FUNCTOR)
const CwiseUnaryOp< internal::scalar_log_op< Scalar >, const Derived > log() const 
const CwiseUnaryOp< internal::scalar_sin_op< Scalar >, const Derived > sin() const 
const CwiseUnaryOp< internal::scalar_cos_op< Scalar >, const Derived > cos() const 
const CwiseUnaryOp< internal::scalar_sqrt_op< Scalar >, const Derived > sqrt() const 
const CwiseUnaryOp< internal::scalar_exp_op< Scalar >, const Derived > exp() const 
const CwiseUnaryOp< internal::scalar_asin_op< Scalar >, const Derived > asin() const 
const CwiseUnaryOp< internal::scalar_acos_op< Scalar >, const Derived > acos() const