aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/geo_transformations.cpp
Commit message (Expand)AuthorAge
* Fix compilation with ICC that was unable to instanciate Scaling from Eigen's ...Gravatar Gael Guennebaud2013-02-26
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix bug #487: isometry * scaling was not compilingGravatar Gael Guennebaud2012-07-04
* fix bug #362 and add missing specialization for affine-compact * projectiveGravatar Gael Guennebaud2012-03-30
* remove unused variablesGravatar Gael Guennebaud2012-02-03
* fix some compilation errors with ICC and -strict-ansiGravatar Gael Guennebaud2012-01-31
* finish to fix bug #270: we have to use EIGEN_ALIGN_STATICALLY and not EIGEN_D...Gravatar Gael Guennebaud2011-05-28
* clean several other assertion checking testsGravatar Gael Guennebaud2011-05-20
* also test non_projective_only with row major transformationsGravatar Gael Guennebaud2011-02-22
* fix bug #190: directly pass Transform Options to Matrix, allowing to use RowM...Gravatar Benoit Jacob2011-02-22
* remove unused codeGravatar Gael Guennebaud2011-02-18
* typoGravatar Gael Guennebaud2011-01-28
* add an Options template parameter to Hyperplane and ParametrizedLineGravatar Gael Guennebaud2011-01-27
* Add an Options template paramter to Transform to enable/disable alignmentGravatar Gael Guennebaud2011-01-27
* add regression unit testGravatar Gael Guennebaud2010-11-19
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Matrix product refactoring (rhs products only).Gravatar Hauke Heibel2010-08-19
* Fixed Geometry module failures.Gravatar Hauke Heibel2010-08-17
* email changeGravatar Gael Guennebaud2010-06-24
* add missing implementation of uniform scaling productsGravatar Gael Guennebaud2010-03-02
* Fixes #89.Gravatar Hauke Heibel2010-02-02
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
| * Big renaming:Gravatar Benoit Jacob2010-01-04
* | adapt select, replicate and reverseGravatar Gael Guennebaud2009-12-10
* | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04
* | Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
|/
* * add Map<Quaternion> test based on Map from test/map.cppGravatar Mathieu Gautier2009-11-13
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* fix bug #42, add missing Transform::Identity()Gravatar Benoit Jacob2009-09-19
* fix bug #52: Transform::inverse() should return a TransformGravatar Benoit Jacob2009-09-18
* more product refactoringGravatar Gael Guennebaud2009-08-06
* new implementation of diagonal matrices and diagonal matrix expressionsGravatar Benoit Jacob2009-06-28
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* big rework of the Transform class:Gravatar Gael Guennebaud2009-03-08
* * fix Quaternion::setFromTwoVectors (thanks to "benv" from the forum)Gravatar Gael Guennebaud2009-02-17