index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
Geometry
Commit message (
Expand
)
Author
Age
*
fix compilation of transform * scaling
Gael Guennebaud
2010-11-19
*
rm auto normalization in favor of clamping
Gael Guennebaud
2010-11-03
*
Fixed compilation due to lacking Transform definitions.
Hauke Heibel
2010-11-01
*
oops (rm commented code)
Gael Guennebaud
2010-11-01
*
Let's be safe: enable auto normalization is quaternion to angle-axis code sin...
Gael Guennebaud
2010-10-31
*
Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...
Hauke Heibel
2010-10-26
*
Initial fixes for bug #85.
Hauke Heibel
2010-10-25
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
remove SVD class (was bad code taked from elsewhere)
Benoit Jacob
2010-10-12
*
adapt Quaternion to JacobiSVD API changes.
Benoit Jacob
2010-10-08
*
fix compilation on ubuntu 9.04's version of gcc 4.3 (yes, wtf)
Benoit Jacob
2010-09-27
*
fix vectorization logic and code of cross3 which was never enabled..
Gael Guennebaud
2010-09-08
*
add the possibility to extend QuaternionBase
Gael Guennebaud
2010-09-02
*
Fixed typos.
Hauke Heibel
2010-08-19
*
Simplified to product templates to a minimum of template parameters.
Hauke Heibel
2010-08-19
*
Removed unused code.
Hauke Heibel
2010-08-19
*
Matrix product refactoring (rhs products only).
Hauke Heibel
2010-08-19
*
Fixed Geometry module failures.
Hauke Heibel
2010-08-17
*
fix Transform() constructor taking a Transform with other mode.
Benoit Jacob
2010-08-16
*
fix warnings
Benoit Jacob
2010-08-16
*
fix declaration of AffineTransformType in Translation
Gael Guennebaud
2010-08-16
*
Fixed Affine transform typedef.
Hauke Heibel
2010-08-02
*
Added static method Identity() to the Translation class.
Hauke Heibel
2010-07-29
*
Safeguarded some Transform functions with compile time asserts.
Hauke Heibel
2010-07-29
*
Transform is now per default Projective.
Hauke Heibel
2010-07-29
*
Several changes in comments to keep Doxygen happy.
Jitse Niesen
2010-07-25
*
fix merge conflicts
Gael Guennebaud
2010-07-22
*
Implemented SSE optimized double-precision Quaternion multiplication
Christoph Hertzberg
2010-07-12
*
Remove \nonstable yet. The stability rules for Eigen3 are much simpler:
Benoit Jacob
2010-06-29
*
email change
Gael Guennebaud
2010-06-24
*
fix compilation when default to row major
Gael Guennebaud
2010-06-24
*
rename:
Benoit Jacob
2010-06-14
*
merge my Dynamic -> -1 change
Benoit Jacob
2010-06-11
|
\
*
|
change the value of Dynamic to -1, since the index type is now configurable.
Benoit Jacob
2010-06-11
|
*
Fixes geo_transformations_3 unit test.
Hauke Heibel
2010-06-10
|
/
*
the Index types change.
Benoit Jacob
2010-05-30
*
Applied tiny Qt related fixes.
Hauke Heibel
2010-05-19
*
Complete rework of global math functions and NumTraits.
Benoit Jacob
2010-04-28
*
* implement the corner() API change: new methods topLeftCorner() etc
Benoit Jacob
2010-04-22
*
* Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...
Benoit Jacob
2010-04-16
*
Added x()/y() and z() access functions to translations.
Hauke Heibel
2010-03-19
*
add missing implementation of uniform scaling products
Gael Guennebaud
2010-03-02
*
Added ei_traits<Quaternion>::PlainObject.
Hauke Heibel
2010-02-21
*
Renamed PlainMatrixType to PlainObject (Array != Matrix).
Hauke Heibel
2010-02-20
*
Renamed AnyMatrixBase to EigenBase.
Hauke Heibel
2010-02-20
*
fix compilation (cwise and epsilon)
Gael Guennebaud
2010-02-11
*
Improved patch from Manuel Yguel:
Gael Guennebaud
2010-02-10
*
* move dummy_precision and epsilon to NumTraits
Gael Guennebaud
2010-02-10
*
get rid of NestParentByRefBit
Gael Guennebaud
2010-02-08
*
Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ...
Hauke Heibel
2010-02-06
[next]