aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Geometry
Commit message (Expand)AuthorAge
* Implemented SSE optimized double-precision Quaternion multiplicationGravatar Christoph Hertzberg2010-07-12
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
* email changeGravatar Gael Guennebaud2010-06-24
* fix compilation when default to row majorGravatar Gael Guennebaud2010-06-24
* rename:Gravatar Benoit Jacob2010-06-14
* merge my Dynamic -> -1 changeGravatar Benoit Jacob2010-06-11
|\
* | change the value of Dynamic to -1, since the index type is now configurable.Gravatar Benoit Jacob2010-06-11
| * Fixes geo_transformations_3 unit test.Gravatar Hauke Heibel2010-06-10
|/
* the Index types change.Gravatar Benoit Jacob2010-05-30
* Applied tiny Qt related fixes.Gravatar Hauke Heibel2010-05-19
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
* * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
* * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
* Added x()/y() and z() access functions to translations.Gravatar Hauke Heibel2010-03-19
* add missing implementation of uniform scaling productsGravatar Gael Guennebaud2010-03-02
* Added ei_traits<Quaternion>::PlainObject.Gravatar Hauke Heibel2010-02-21
* Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
* Renamed AnyMatrixBase to EigenBase.Gravatar Hauke Heibel2010-02-20
* fix compilation (cwise and epsilon)Gravatar Gael Guennebaud2010-02-11
* Improved patch from Manuel Yguel:Gravatar Gael Guennebaud2010-02-10
* * move dummy_precision and epsilon to NumTraitsGravatar Gael Guennebaud2010-02-10
* get rid of NestParentByRefBitGravatar Gael Guennebaud2010-02-08
* Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ...Gravatar Hauke Heibel2010-02-06
* Fixed a warning.Gravatar Hauke Heibel2010-02-03
* Fixes #89.Gravatar Hauke Heibel2010-02-02
* Fixed Quaternion operator*= added regression test.Gravatar Hauke Heibel2010-01-28
* EIGEN_ENUM_MIN ---> EIGEN_SIZE_MINGravatar Benoit Jacob2010-01-27
* lot of cleaning:Gravatar Gael Guennebaud2010-01-22
* More documentation improvements.Gravatar Hauke Heibel2010-01-16
* Various documentation updates:Gravatar Gael Guennebaud2010-01-06
* fix types of scalar constantsGravatar Gael Guennebaud2010-01-05
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
| * Big renaming:Gravatar Benoit Jacob2010-01-04
* | a couple of fixes after thye mergeGravatar Gael Guennebaud2009-12-23
* | merge with default branchGravatar Gael Guennebaud2009-12-22
|\|
* | extend the DenseStorageMatrix mechanism to all expressionsGravatar Gael Guennebaud2009-12-22
| * change the Arch constants: const int ---> enum, more explicit names, and useGravatar Benoit Jacob2009-12-14
| * Warning 4512 (assignment operators could not be generated) is now simply disa...Gravatar Hauke Heibel2009-12-14
| * Added to possibility to compile unit tests at maximum warning level.Gravatar Hauke Heibel2009-12-12
* | 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
| * Fix poor Quaternion::slerp snappingGravatar Gael Guennebaud2009-12-04
| * mergeGravatar Gael Guennebaud2009-12-04
| |\
| * | fix compilation and clean a bit Map<Quaternion>Gravatar Gael Guennebaud2009-12-04
| |/
| * fix MSVC10 compilationGravatar Gael Guennebaud2009-12-02
| * Much more NestByValue cleanup.Gravatar Hauke Heibel2009-12-01
| * precision ---> dummy_precisionGravatar Benoit Jacob2009-11-26
* | Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
* | Experiment the ET refactoring on Transpose for Dense and Sparse storages.Gravatar Gael Guennebaud2009-11-16
|/
* * add Map<Quaternion> test based on Map from test/map.cppGravatar Mathieu Gautier2009-11-13