Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | improve coverage of unitOrthogonal | Gael Guennebaud | 2009-09-07 |
| | |||
* | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
| | | | | it never made very precise sense. but now does it still make any? | ||
* | add optimized cross3 function (code from Rohit Garg) | Gael Guennebaud | 2009-03-11 |
| | |||
* | compilation fix + test orho methods for complex | Gael Guennebaud | 2009-02-26 |
| | |||
* | add tests showing bug in unitOrthogonal such that we don't forget it! | Gael Guennebaud | 2009-02-17 |
| | |||
* | * fix Quaternion::setFromTwoVectors (thanks to "benv" from the forum) | Gael Guennebaud | 2009-02-17 |
* extend PartialRedux::cross() to any matrix sizes with automatic vectorization when possible * unit tests: add "geo_" prefix to all unit tests related to the geometry module and start splitting the big "geometry.cpp" tests to multiple smaller ones (also include new tests) |