aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/AlignedVector3
Commit message (Collapse)AuthorAge
* fix AlignedVector3 inconsisent interface with other Vector classes, default ↵Gravatar Janek Kozicki2019-12-06
| | | | constructor and operator- were missing.
* bug #1596: fix inclusion of Eigen's header within unsupported modules.Gravatar Gael Guennebaud2018-09-17
|
* Fix numerous shadow-warnings for GCC<=4.8Gravatar Christoph Hertzberg2018-08-28
|
* Fix outer-stride.Gravatar Gael Guennebaud2016-10-12
|
* bug #1156: fix several function declarations whose arguments were passed by ↵Gravatar Gael Guennebaud2016-01-27
| | | | value instead of being passed by reference
* Fix AlignedVector3 wrt previous changeGravatar Gael Guennebaud2015-09-02
|
* AlignedVector3 accepts implicit conversions from more operators.Gravatar Valentin Roussellet2015-07-21
|
* Fix operator<<(ostream,AlignedVector3)Gravatar Gael Guennebaud2015-07-13
|
* Missing outerStride in AlignedVector3 resulted in infinite recursionGravatar Christoph Hertzberg2014-09-30
|
* Fix inner-stride of AlignedVector3Gravatar Gael Guennebaud2014-09-18
|
* Add evaluator for the experimental AlignedVector3Gravatar Gael Guennebaud2014-09-18
|
* remove the 'Unsupported Modules' meta moduleGravatar Gael Guennebaud2013-01-11
|
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
| | | | | - remove most of the metaprogramming kung fu in MathFunctions.h (only keep functions that differs from the std) - remove the overloads for array expression that were in the std namespace
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
|
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
|
* unsupported/Eigen/AlignedVector3: dummy_precision is now in NumTraitsGravatar Jitse Niesen2010-02-10
|
* Clean up one compilation error and two warnings.Gravatar Jitse Niesen2010-01-26
|
* Big renaming:Gravatar Benoit Jacob2010-01-04
| | | | | | start ---> head end ---> tail Much frustration with sed syntax. Need to learn perl some day.
* precision ---> dummy_precisionGravatar Benoit Jacob2009-11-26
|
* fix warning with gcc 4.2Gravatar Gael Guennebaud2009-09-15
|
* Remove no-op statement in AlignedVector3.Gravatar Jitse Niesen2009-09-10
|
* add normalize and normalized overloads in AlignedVector3Gravatar Gael Guennebaud2009-08-16
|
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
| | | | it never made very precise sense. but now does it still make any?
* CREDIT Hauke Heibel, fix MSVC warningsGravatar Benoit Jacob2009-05-09
|
* *make coeff() return a const reference (required with the recent change with ↵Gravatar Benoit Jacob2009-05-09
| | | | | | CoeffReturnType) *fix a unused variable warning
* add an AlignedVector3 module suitable for vectorization of 3D vectorsGravatar Gael Guennebaud2009-05-03