| Commit message (Expand) | Author | Age |
* | Revert unwanted changes. | Gael Guennebaud | 2016-07-04 |
* | Fix nesting of SolveWithGuess, and add unit test. | Gael Guennebaud | 2016-07-04 |
* | Cleaner implementation of dont_over_optimize. | Christoph Hertzberg | 2016-05-27 |
* | Fix typo in dont_over_optimize | Gael Guennebaud | 2016-05-25 |
* | Fix warning. | Gael Guennebaud | 2016-05-25 |
* | Workaround clang/llvm bug in code generation. | Gael Guennebaud | 2016-05-24 |
* | Enable and fix -Wdouble-conversion warnings | Christoph Hertzberg | 2016-05-05 |
* | Add missing Rotation2D::operator=(Matrix2x2) | Gael Guennebaud | 2015-12-03 |
* | Improve numerical robustness of some unit tests | Gael Guennebaud | 2015-11-23 |
* | Many files were missing in previous changeset. | Gael Guennebaud | 2015-07-29 |
* | Rotation2D: fix slerp to take the shortest path, and add convenient method to... | Gael Guennebaud | 2015-07-07 |
* | Introduce EIGEN_PI, get rid of M_PI and acos(-1.0) | Gael Guennebaud | 2015-06-10 |
* | Fix false negatives in geo_transformations unit tests | Gael Guennebaud | 2014-12-16 |
* | Add unit tests for Rotation2D's inverse(), operator*, slerp, and fix regressi... | Gael Guennebaud | 2014-10-20 |
* | Add missing default ctor in Rotation2D | Gael Guennebaud | 2014-09-30 |
* | Fix geo_* unit tests with respect to AVX | Gael Guennebaud | 2014-03-27 |
* | fix compilation of Transform * UniformScaling | Gael Guennebaud | 2014-02-12 |
* | Clean source code and unit tests with respect to -Wunused-local-typedefs | Gael Guennebaud | 2013-04-10 |
* | Fix compilation with ICC that was unable to instanciate Scaling from Eigen's ... | Gael Guennebaud | 2013-02-26 |
* | Fix bug #314: | Gael Guennebaud | 2012-11-06 |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | fix bug #487: isometry * scaling was not compiling | Gael Guennebaud | 2012-07-04 |
* | fix bug #362 and add missing specialization for affine-compact * projective | Gael Guennebaud | 2012-03-30 |
* | remove unused variables | Gael Guennebaud | 2012-02-03 |
* | fix some compilation errors with ICC and -strict-ansi | Gael Guennebaud | 2012-01-31 |
* | finish to fix bug #270: we have to use EIGEN_ALIGN_STATICALLY and not EIGEN_D... | Gael Guennebaud | 2011-05-28 |
* | clean several other assertion checking tests | Gael Guennebaud | 2011-05-20 |
* | also test non_projective_only with row major transformations | Gael Guennebaud | 2011-02-22 |
* | fix bug #190: directly pass Transform Options to Matrix, allowing to use RowM... | Benoit Jacob | 2011-02-22 |
* | remove unused code | Gael Guennebaud | 2011-02-18 |
* | typo | Gael Guennebaud | 2011-01-28 |
* | add an Options template parameter to Hyperplane and ParametrizedLine | Gael Guennebaud | 2011-01-27 |
* | Add an Options template paramter to Transform to enable/disable alignment | Gael Guennebaud | 2011-01-27 |
* | add regression unit test | Gael Guennebaud | 2010-11-19 |
* | Initial fixes for bug #85. | Hauke Heibel | 2010-10-25 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | Matrix product refactoring (rhs products only). | Hauke Heibel | 2010-08-19 |
* | Fixed Geometry module failures. | Hauke Heibel | 2010-08-17 |
* | email change | Gael Guennebaud | 2010-06-24 |
* | add missing implementation of uniform scaling products | Gael Guennebaud | 2010-03-02 |
* | Fixes #89. | Hauke Heibel | 2010-02-02 |
* | merge and add start/end to Eigen2Support | Gael Guennebaud | 2010-01-05 |
|\ |
|
| * | Big renaming: | Benoit Jacob | 2010-01-04 |
* | | adapt select, replicate and reverse | Gael Guennebaud | 2009-12-10 |
* | | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisation | Gael Guennebaud | 2009-12-04 |
* | | Another big refactoring change: | Gael Guennebaud | 2009-11-18 |
|/ |
|
* | * add Map<Quaternion> test based on Map from test/map.cpp | Mathieu Gautier | 2009-11-13 |
* | big huge changes, so i dont remember everything. | Benoit Jacob | 2009-10-28 |
* | fix bug #42, add missing Transform::Identity() | Benoit Jacob | 2009-09-19 |
* | fix bug #52: Transform::inverse() should return a Transform | Benoit Jacob | 2009-09-18 |