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
*
compilation fixes for sun CC
Gael Guennebaud
2009-07-31
*
forward-port Anthony Truchet's changeset 8eab0bccbf8b1969f32bb006b61d2137f6f3...
Benoit Jacob
2009-07-30
*
slight change in the comparison to -1
Gael Guennebaud
2009-07-10
*
quick reimplementation of SVD from the numeral recipes book:
Gael Guennebaud
2009-07-06
*
switch from eigensolver to SVD which seems to be more accurate with float
Gael Guennebaud
2009-07-06
*
significantly improve the accuracy of setFromTwoVectors (fixes #21)
Gael Guennebaud
2009-07-06
*
fix doc of Quaternion::setFromTwoVectors
Gael Guennebaud
2009-07-06
*
patch by Myguel from the forum: fix documentation
Benoit Jacob
2009-06-29
*
* rename PartialRedux to VectorwiseOp
Gael Guennebaud
2009-06-10
*
fix #11: now the default Transform ctor set the last row in Affine mode.
Gael Guennebaud
2009-06-10
*
make Umeyama, and its unit-test, work for me on gcc 4.3
Benoit Jacob
2009-05-27
*
* Umeyama has now similar performance for RowMajor and ColMajor layouts.
Hauke Heibel
2009-05-27
*
Added Umeyama implementation.
Hauke Heibel
2009-05-26
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
fix #1 : need to nest by value the affine part in homogeneous product
Gael Guennebaud
2009-05-18
*
one more gcc 3.3 fix
Gael Guennebaud
2009-05-06
*
angle-axis doc: make it more clear the axis must be normalized
Gael Guennebaud
2009-03-18
*
add affine * homogeneous vector for backward compatibility (e.g.,
Gael Guennebaud
2009-03-11
*
minor changes in AlignedBox needed for BVH module
Gael Guennebaud
2009-03-11
*
add optimized cross3 function (code from Rohit Garg)
Gael Guennebaud
2009-03-11
*
fix a few compilation errors and warnings (ICC)
Gael Guennebaud
2009-03-11
*
fix compilation with old, and future gcc
Gael Guennebaud
2009-03-10
*
add a small note in Transform doc.
Gael Guennebaud
2009-03-08
*
big rework of the Transform class:
Gael Guennebaud
2009-03-08
*
slight optimization of SSE base integer mul (thanks to Rohit Garg)
Gael Guennebaud
2009-03-08
*
Install the newly added eigen2/Eigen/src/Geometry/arch/Geometry_SSE.h
Jure Repinc
2009-03-08
*
add optimized quaternion * quaternion product specialization for
Gael Guennebaud
2009-03-07
*
patch from Stjepan Rajko (MSVC fix in RotationBase)
Gael Guennebaud
2009-03-06
*
Commented out duplicate definition of TransformTraits - was causing
Andrew Coles
2009-03-05
*
add efficient matrix product specializations for Homogeneous
Gael Guennebaud
2009-03-05
*
big addons:
Gael Guennebaud
2009-03-05
*
compilation fix + test orho methods for complex
Gael Guennebaud
2009-02-26
*
fix unitOrthogonal() for size > 3
Gael Guennebaud
2009-02-25
*
Add COMPONENT Devel
Laurent Montel
2009-02-23
*
* fix Quaternion::setFromTwoVectors (thanks to "benv" from the forum)
Gael Guennebaud
2009-02-17
*
fix ICC internal compilation error
Gael Guennebaud
2009-02-10
*
* allow Matrix to be resized to 0 (solve a lot of troubles with
Gael Guennebaud
2009-02-07
*
add bench_reverse, draft of a reverse vectorization for AltiVec, make
Gael Guennebaud
2009-02-06
*
add missing inline keywords
Benoit Jacob
2009-01-30
*
fix duplicated geometry module in the doc
Gael Guennebaud
2009-01-29
*
more MSVC fixes, and more code factorization in Geometry module
Gael Guennebaud
2009-01-29
*
Big change in DiagonalMatrix and Geometry/Scaling:
Gael Guennebaud
2009-01-28
*
add computeRotationScaling and computeScalingRotation in SVD
Benoit Jacob
2009-01-22
*
* clarify the situation with experimental parts
Benoit Jacob
2009-01-19
*
update documentation (thanks Kenneth)
Benoit Jacob
2009-01-17
*
typo found by Ben Axelrod
Benoit Jacob
2009-01-17
*
* make std::vector specializations also for Transform and for Quaternion
Benoit Jacob
2009-01-12
*
EIGEN_MAKE_ALIGNED_OPERATOR_NEW didn't actually need to get the class
Benoit Jacob
2009-01-08
*
the big memory changes. the most important changes are:
Benoit Jacob
2009-01-08
*
two scalar conversion fixes
Gael Guennebaud
2009-01-07
[next]