aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Geometry/RotationBase.h
Commit message (Expand)AuthorAge
* Adding EIGEN_DEVICE_FUNC in the Geometry module.Gravatar Robert Lukierski2016-10-12
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix static inline versus inline static issues (the former is the correct order)Gravatar Gael Guennebaud2012-01-31
* Add an Options template paramter to Transform to enable/disable alignmentGravatar Gael Guennebaud2011-01-27
* 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
* Transform is now per default Projective.Gravatar Hauke Heibel2010-07-29
* email changeGravatar Gael Guennebaud2010-06-24
* Renamed AnyMatrixBase to EigenBase.Gravatar Hauke Heibel2010-02-20
* More documentation improvements.Gravatar Hauke Heibel2010-01-16
* * add Map<Quaternion> test based on Map from test/map.cppGravatar Mathieu Gautier2009-11-13
* fix a couple of compilation issue due to the removal of MultiplierBaseGravatar Gael Guennebaud2009-08-04
* merge with special_matrix branchGravatar Gael Guennebaud2009-08-03
|\
| * compilation fixes for sun CCGravatar Gael Guennebaud2009-07-31
* | 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
* patch from Stjepan Rajko (MSVC fix in RotationBase)Gravatar Gael Guennebaud2009-03-06
* more MSVC fixes, and more code factorization in Geometry moduleGravatar Gael Guennebaud2009-01-29
* Big change in DiagonalMatrix and Geometry/Scaling:Gravatar Gael Guennebaud2009-01-28
* * forgot to svn add 2 filesGravatar Benoit Jacob2008-12-18
* * Much better, consistent error msgs when mixing different scalar types:Gravatar Benoit Jacob2008-12-03
* add uniform scale/prescale functions in TranformGravatar Gael Guennebaud2008-08-30
* Split Rotation.h to Rotation2D.h and RotationBase.h,Gravatar Gael Guennebaud2008-08-30