index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
geo_quaternion.cpp
Commit message (
Expand
)
Author
Age
*
Fix traits of Map<Quaternion>, and respectively extend the unit tests
Gael Guennebaud
2013-01-20
*
Fix bug #314:
Gael Guennebaud
2012-11-06
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
fix bug #439: add Quaternion::FromTwoVectors() static constructor
Gael Guennebaud
2012-03-26
*
fix bug #398, the quaternion returned by slerp was not always normalized,
Gael Guennebaud
2011-12-23
*
bug #369 - Quaternion alignment is broken
Benoit Jacob
2011-10-31
*
finish to fix bug #270: we have to use EIGEN_ALIGN_STATICALLY and not EIGEN_D...
Gael Guennebaud
2011-05-28
*
clean several other assertion checking tests
Gael Guennebaud
2011-05-20
*
NEON: disable unaligned assertion checking for non vectorized types
Gael Guennebaud
2011-05-18
*
Quaternion : add Flags on Quaternion's traits with the LvalueBit set if needed
Mathieu Gautier
2011-04-12
*
Tweak geo_quaternion test to squash intermittent failures.
Jitse Niesen
2011-03-07
*
test case for unaligned quaternion
Jakob Schwendner
2011-01-27
*
Initial fixes for bug #85.
Hauke Heibel
2010-10-25
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
* disable unalignment detection when vectorization is not enabled
Gael Guennebaud
2010-08-18
*
email change
Gael Guennebaud
2010-06-24
*
Fixed Quaternion operator*= added regression test.
Hauke Heibel
2010-01-28
*
s/asMatrix()/matrix()
Gael Guennebaud
2010-01-04
*
merge with default branch
Gael Guennebaud
2009-12-22
|
\
*
|
a trivial compilation fix
Gael Guennebaud
2009-12-16
*
|
add a DenseBase class for MAtrixBase and ArrayBase and more code factorisation
Gael Guennebaud
2009-12-04
|
*
Much more NestByValue cleanup.
Hauke Heibel
2009-12-01
*
|
Another big refactoring change:
Gael Guennebaud
2009-11-18
|
/
*
* add Map<Quaternion> test based on Map from test/map.cpp
Mathieu Gautier
2009-11-13
*
big huge changes, so i dont remember everything.
Benoit Jacob
2009-10-28
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
* fix Quaternion::setFromTwoVectors (thanks to "benv" from the forum)
Gael Guennebaud
2009-02-17