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
/
OrthoMethods.h
Commit message (
Expand
)
Author
Age
*
* rename PartialRedux to VectorwiseOp
Gael Guennebaud
2009-06-10
*
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
*
compilation fix + test orho methods for complex
Gael Guennebaud
2009-02-26
*
fix unitOrthogonal() for size > 3
Gael Guennebaud
2009-02-25
*
* fix Quaternion::setFromTwoVectors (thanks to "benv" from the forum)
Gael Guennebaud
2009-02-17
*
* fix in IO.h, a useless copy was made because of assignment from
Benoit Jacob
2008-12-18
*
* Much better, consistent error msgs when mixing different scalar types:
Benoit Jacob
2008-12-03
*
Update e-mail address
Benoit Jacob
2008-11-24
*
small dox fixes
Benoit Jacob
2008-09-15
*
* Add an HyperPlane class in the Geometry module
Gael Guennebaud
2008-08-28
*
Rename someOrthogonal to unitOrthogonal. Fix a bug in it, with dyn-size vecto...
Benoit Jacob
2008-08-24
*
doc fixes, and extended Basic Linear Algebra and Reductions sections
Gael Guennebaud
2008-08-20
*
* it's \returns not \Returns
Benoit Jacob
2008-08-20
*
last small fixes, this is alpha6, eigen2 is now ready for eigen1 apps to
Benoit Jacob
2008-08-12
*
Several compilation fixes for MSVC and NVCC, basically:
Gael Guennebaud
2008-07-29
*
Fix a couple issues introduced in the previous commit:
Gael Guennebaud
2008-07-26
*
* Rewrite the triangular solver so that we can take advantage of our efficien...
Gael Guennebaud
2008-07-26