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
/
AngleAxis.h
Commit message (
Expand
)
Author
Age
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
angle-axis doc: make it more clear the axis must be normalized
Gael Guennebaud
2009-03-18
*
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
*
* suppressed some minor warnings
Kenneth Frank Riddile
2009-01-06
*
unless i find more failures in the tests, this will be beta3...
Benoit Jacob
2008-12-22
*
norm2() renamed to squaredNorm(), kept as deprecated for now.
Benoit Jacob
2008-11-03
*
Add isApprox in Geometry module's classes.
Gael Guennebaud
2008-10-25
*
oops forgot the inline keyword (though for gcc it was implicit)
Gael Guennebaud
2008-10-25
*
Add smart cast functions and ctor with scalar conversion (explicit)
Gael Guennebaud
2008-10-25
*
* Add Hyperplane::transform(Matrix/Transform)
Gael Guennebaud
2008-08-31
*
Split Rotation.h to Rotation2D.h and RotationBase.h,
Gael Guennebaud
2008-08-30
*
* added a RotationBase class following the CRT pattern
Gael Guennebaud
2008-08-30
*
* remove debug code commited by mistake in Assign
Gael Guennebaud
2008-08-26
*
Fix a bug discovered in Avogadro: the AngleAxis*Matrix and the newer
Benoit Jacob
2008-08-24
*
add AngleAxis::operator*(const Vector3&)
Benoit Jacob
2008-08-24
*
* remove LargeBit and related stuff
Gael Guennebaud
2008-08-23
*
* bug fixes in: Dot, generalized eigen problem, singular matrix detetection ...
Gael Guennebaud
2008-08-23
*
* it's \returns not \Returns
Benoit Jacob
2008-08-20
*
* revert the previous interface change in solveTriangular (pointer vs reference)
Gael Guennebaud
2008-08-18
*
Fix compilation issues with icc and g++ < 4.1. Those include:
Gael Guennebaud
2008-07-21
*
Various documentation improvements, in particualr in Cholesky and Geometry mo...
Gael Guennebaud
2008-07-20
*
Add cholesky's members to MatrixBase
Gael Guennebaud
2008-07-19
*
Added an automatically generated list of selected examples in the documentation.
Gael Guennebaud
2008-07-19
*
Added MatrixBase::Unit*() static function to easily create unit/basis vectors.
Gael Guennebaud
2008-07-19
*
the big Array/Cwise rework as discussed on the mailing list. The new API
Benoit Jacob
2008-07-08
*
work on rotations in the Geometry module:
Gael Guennebaud
2008-06-21