55 inline const CwiseUnaryOp<internal::scalar_sqrt_op<Scalar>,
const Derived>
65 inline const CwiseUnaryOp<internal::scalar_inverse_op<Scalar>,
const Derived>
77 inline const CwiseUnaryOp<std::binder1st<std::equal_to<Scalar> >,
const Derived>
80 return CwiseUnaryOp<std::binder1st<std::equal_to<Scalar> >,
const Derived>
81 (derived(), std::bind1st(std::equal_to<Scalar>(), s));