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
/
arch
Commit message (
Expand
)
Author
Age
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
s/__SSE3__/EIGEN_VECTORIZE_SSE3
Gael Guennebaud
2012-03-21
*
fix static inline versus inline static issues (the former is the correct order)
Gael Guennebaud
2012-01-31
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
fix vectorization logic and code of cross3 which was never enabled..
Gael Guennebaud
2010-09-08
*
fix warnings
Benoit Jacob
2010-08-16
*
fix merge conflicts
Gael Guennebaud
2010-07-22
*
Implemented SSE optimized double-precision Quaternion multiplication
Christoph Hertzberg
2010-07-12
*
email change
Gael Guennebaud
2010-06-24
*
change the Arch constants: const int ---> enum, more explicit names, and use
Benoit Jacob
2009-12-14
*
fix compilation
Benoit Jacob
2009-10-31
*
* rename new Quat class to Quaternion, remove existing Quaternion
Benoit Jacob
2009-10-27
*
Quaternion could now map an array of 4 scalars :
Mathieu Gautier
2009-10-27
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
add optimized cross3 function (code from Rohit Garg)
Gael Guennebaud
2009-03-11
*
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