Re: [eigen] Eigen2 --> Eigen3 perf regression patch.

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


I applied your patch - thanks for sending it to us. It's good to have
some people helping us fixing regressions and it's good to have some
more people on the MSVC front. ;)

By the way, in your code

  Vector2d v = Vector2d::Random(DIMS);

is invalid. It should be

  Vector2d v = Vector2d::Random();

- Hauke



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/