aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Geometry/Scaling.h
Commit message (Expand)AuthorAge
* Fix doxygen class blocks that were not associated with the correct classes.Gravatar Jim Lersch2020-11-27
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* Fix typoGravatar Gael Guennebaud2018-02-09
* bug #1412: fix compilation with nvcc+MSVCGravatar Gael Guennebaud2018-01-17
* Remove static qualifier of free-functions (inline is enough and this helps IC...Gravatar Gael Guennebaud2016-10-07
* Move MatrixBase::operaotr*(UniformScaling) as a free function in Scaling.h, a...Gravatar Gael Guennebaud2016-06-14
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* Fix numerous doxygen issues in auto-link generationGravatar Gael Guennebaud2015-12-30
* Fix typo and formatingGravatar Gael Guennebaud2014-03-07
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix compilation with MSVCGravatar Gael Guennebaud2012-07-05
* fix bug #487: isometry * scaling was not compilingGravatar Gael Guennebaud2012-07-04
* bug #482: pass scalar arguments by const references. This changeset only conc...Gravatar Gael Guennebaud2012-06-28
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* Add an Options template paramter to Transform to enable/disable alignmentGravatar Gael Guennebaud2011-01-27
* import eigen2 Geometry module into Eigen2Support.Gravatar Benoit Jacob2011-01-24
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* fix compilation on ubuntu 9.04's version of gcc 4.3 (yes, wtf)Gravatar Benoit Jacob2010-09-27
* Fixed Geometry module failures.Gravatar Hauke Heibel2010-08-17
* email changeGravatar Gael Guennebaud2010-06-24
* Fixes geo_transformations_3 unit test.Gravatar Hauke Heibel2010-06-10
* add missing implementation of uniform scaling productsGravatar Gael Guennebaud2010-03-02
* * move dummy_precision and epsilon to NumTraitsGravatar Gael Guennebaud2010-02-10
* precision ---> dummy_precisionGravatar Benoit Jacob2009-11-26
* 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
* one more gcc 3.3 fixGravatar Gael Guennebaud2009-05-06
* fix ICC internal compilation errorGravatar Gael Guennebaud2009-02-10
* add bench_reverse, draft of a reverse vectorization for AltiVec, makeGravatar Gael Guennebaud2009-02-06
* add missing inline keywordsGravatar Benoit Jacob2009-01-30
* fix duplicated geometry module in the docGravatar Gael Guennebaud2009-01-29
* Big change in DiagonalMatrix and Geometry/Scaling:Gravatar Gael Guennebaud2009-01-28
* typo found by Ben AxelrodGravatar Benoit Jacob2009-01-17
* * make std::vector specializations also for Transform and for QuaternionGravatar Benoit Jacob2009-01-12
* EIGEN_MAKE_ALIGNED_OPERATOR_NEW didn't actually need to get the classGravatar Benoit Jacob2009-01-08
* the big memory changes. the most important changes are:Gravatar Benoit Jacob2009-01-08
* * introduce macros to replace inheritance for operator new overloadingGravatar Benoit Jacob2009-01-06
* inherit from ei_with_aligned_operator_new even with disabled vectorizationGravatar Armin Berres2009-01-05
* unless i find more failures in the tests, this will be beta3...Gravatar Benoit Jacob2008-12-22
* Add an axis aligned box in the geometry module.Gravatar Gael Guennebaud2008-10-26
* Add isApprox in Geometry module's classes.Gravatar Gael Guennebaud2008-10-25
* oops forgot the inline keyword (though for gcc it was implicit)Gravatar Gael Guennebaud2008-10-25
* Add smart cast functions and ctor with scalar conversion (explicit)Gravatar Gael Guennebaud2008-10-25
* Solve a big issue with data alignment and dynamic allocation:Gravatar Gael Guennebaud2008-09-03
* Split Rotation.h to Rotation2D.h and RotationBase.h,Gravatar Gael Guennebaud2008-08-30
* * added a RotationBase class following the CRT patternGravatar Gael Guennebaud2008-08-30
* update Transform::inverse() to take an optional argument stating whether the ...Gravatar Gael Guennebaud2008-08-30
* Add Scaling and Translation class as discussed on ML, still missing:Gravatar Gael Guennebaud2008-08-30