| Commit message (Expand) | Author | Age |
* | Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ... | Gael Guennebaud | 2016-01-01 |
* | The usage of DenseIndex is deprecated, so let's replace DenseIndex by Index | Gael Guennebaud | 2015-02-16 |
* | Fix Hyperplane::Through(a,b,c) when points are aligned or identical. We use t... | Gael Guennebaud | 2014-11-26 |
* | Remove meaningless explicit qualifier | Gael Guennebaud | 2013-06-12 |
* | Fix bug #314: | Gael Guennebaud | 2012-11-06 |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | bug #482: pass scalar arguments by const references. This changeset only conc... | Gael Guennebaud | 2012-06-28 |
* | Get rid of include directives inside namespace blocks (bug #339). | Jitse Niesen | 2012-04-15 |
* | Fix broken asserts releaved by Clang. | Keir Mierle | 2012-01-18 |
* | fix constness of intersection methods (bug #309) | Gael Guennebaud | 2011-06-27 |
* | Document enums in Constants.h (bug #248). | Jitse Niesen | 2011-05-03 |
* | 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 |
* | bug #54 - really fix const correctness except in Sparse | Benoit Jacob | 2010-12-22 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | Fixed Geometry module failures. | Hauke Heibel | 2010-08-17 |
* | email change | Gael Guennebaud | 2010-06-24 |
* | the Index types change. | Benoit Jacob | 2010-05-30 |
* | * move dummy_precision and epsilon to NumTraits | Gael Guennebaud | 2010-02-10 |
* | fix MSVC10 compilation | Gael Guennebaud | 2009-12-02 |
* | precision ---> dummy_precision | Benoit Jacob | 2009-11-26 |
* | make the dot product linear in the second variable, not the first variable | Benoit Jacob | 2009-08-03 |
* | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
* | fix duplicated geometry module in the doc | Gael Guennebaud | 2009-01-29 |
* | * make std::vector specializations also for Transform and for Quaternion | Benoit Jacob | 2009-01-12 |
* | EIGEN_MAKE_ALIGNED_OPERATOR_NEW didn't actually need to get the class | Benoit Jacob | 2009-01-08 |
* | the big memory changes. the most important changes are: | Benoit Jacob | 2009-01-08 |
* | * introduce macros to replace inheritance for operator new overloading | Benoit Jacob | 2009-01-06 |
* | inherit from ei_with_aligned_operator_new even with disabled vectorization | Armin Berres | 2009-01-05 |
* | unless i find more failures in the tests, this will be beta3... | Benoit Jacob | 2008-12-22 |
* | fix bad typos, thanks to Kenneth Riddile | Benoit Jacob | 2008-12-17 |
* | * Much better, consistent error msgs when mixing different scalar types: | Benoit Jacob | 2008-12-03 |
* | Update e-mail address | Benoit Jacob | 2008-11-24 |
* | Add an axis aligned box in the geometry module. | Gael Guennebaud | 2008-10-26 |
* | Add isApprox in Geometry module's classes. | Gael Guennebaud | 2008-10-25 |
* | oops forgot the inline keyword (though for gcc it was implicit) | Gael Guennebaud | 2008-10-25 |
* | Add smart cast functions and ctor with scalar conversion (explicit) | Gael Guennebaud | 2008-10-25 |
* | some cleaning and doc in ParametrizedLine and HyperPlane | Gael Guennebaud | 2008-10-25 |
* | * Extend a bit ParametrizedLine and move it to a separate file, | Gael Guennebaud | 2008-09-03 |
* | Solve a big issue with data alignment and dynamic allocation: | Gael Guennebaud | 2008-09-03 |
* | remove the conceptualy broken "NoShear" transformation traits, | Gael Guennebaud | 2008-09-01 |
* | QTransform conversion and doc | Gael Guennebaud | 2008-09-01 |
* | * Add Hyperplane::transform(Matrix/Transform) | Gael Guennebaud | 2008-08-31 |
* | The discussed changes to Hyperplane, the ParametrizedLine class, and the | Benoit Jacob | 2008-08-31 |
* | some hyperplane changes: | Gael Guennebaud | 2008-08-29 |