Home | History | Annotate | Download | only in plugins

Lines Matching full:const

10 EIGEN_STRONG_INLINE const CwiseUnaryOp<internal::scalar_abs_op<Scalar>, const Derived>
11 abs() const
23 EIGEN_STRONG_INLINE const CwiseUnaryOp<internal::scalar_abs2_op<Scalar>, const Derived>
24 abs2() const
36 inline const CwiseUnaryOp<internal::scalar_exp_op<Scalar>, const Derived>
37 exp() const
49 inline const CwiseUnaryOp<internal::scalar_log_op<Scalar>, const Derived>
50 log() const
62 inline const CwiseUnaryOp<internal::scalar_sqrt_op<Scalar>, const Derived>
63 sqrt() const
75 inline const CwiseUnaryOp<internal::scalar_cos_op<Scalar>, const Derived>
76 cos() const
89 inline const CwiseUnaryOp<internal::scalar_sin_op<Scalar>, const Derived>
90 sin() const
102 inline const CwiseUnaryOp<internal::scalar_acos_op<Scalar>, const Derived>
103 acos() const
115 inline const CwiseUnaryOp<internal::scalar_asin_op<Scalar>, const Derived>
116 asin() const
128 inline const CwiseUnaryOp<internal::scalar_tan_op<Scalar>, Derived>
129 tan() const
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>
157 inline const CwiseUnaryOp<internal::scalar_inverse_op<Scalar>, const Derived>
158 inverse() const
170 inline const CwiseUnaryOp<internal::scalar_square_op<Scalar>, const Derived>
171 square() const
183 inline const CwiseUnaryOp<internal::scalar_cube_op<Scalar>, const Derived>
184 cube() const