index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
geometry.cpp
Commit message (
Expand
)
Author
Age
*
* Rewrite the triangular solver so that we can take advantage of our efficien...
Gael Guennebaud
2008-07-26
*
Add .perpendicular() function in Geometry module (adapted from Eigen1)
Gael Guennebaud
2008-07-22
*
* Merge Extract and Part to the Part expression.
Gael Guennebaud
2008-07-21
*
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
*
* vectorize dot product, copying code from sum.
Benoit Jacob
2008-06-24
*
work on rotations in the Geometry module:
Gael Guennebaud
2008-06-21
*
Added an extensible mechanism to support any kind of rotation
Gael Guennebaud
2008-06-15
*
* split Product to a DiagonalProduct template specialization
Gael Guennebaud
2008-06-15
*
Started a Transform class in the Geometry module to represent
Gael Guennebaud
2008-06-15
*
* add CommaInitializer::finished to allow the use of (Matrix3() << v0, v1, v2...
Gael Guennebaud
2008-06-03
*
improved Quaternion class:
Gael Guennebaud
2008-06-03
*
add a geometry unit test and fix a couple of typo in Quaternion.h
Gael Guennebaud
2008-06-03