~yade-dev/yade/eigen3

« back to all changes in this revision

Viewing changes to Eigen/src/plugins/ArrayCwiseUnaryOps.h

  • Committer: Anton Gladky
  • Date: 2012-11-07 22:02:48 UTC
  • Revision ID: gladky.anton@gmail.com-20121107220248-uoks7euvfwp7wrf7
3.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
EIGEN_MAKE_SCALAR_CWISE_UNARY_OP(operator>,   std::greater)
201
201
EIGEN_MAKE_SCALAR_CWISE_UNARY_OP(operator>=,  std::greater_equal)
202
202
 
 
203