index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
Commit message (
Expand
)
Author
Age
*
document LvalueBit better
Benoit Jacob
2010-10-28
*
generalize the prune function
Gael Guennebaud
2010-10-28
*
fix sparse rankUpdate and triangularView iterator
Gael Guennebaud
2010-10-27
*
add the possibility to solve for sparse rhs with Cholmod
Gael Guennebaud
2010-10-27
*
Fixed bug #95 by changing _M_IX64 to _M_X64 as proposed by Jan Schlicht.
Hauke Heibel
2010-10-27
*
Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...
Hauke Heibel
2010-10-26
*
Initial fixes for bug #85.
Hauke Heibel
2010-10-25
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
Fixed bug #84.
Hauke Heibel
2010-10-21
*
renaming: ei_matrix_storage -> DenseStorage
Benoit Jacob
2010-10-20
*
rename PlanarRotation -> JacobiRotation
Benoit Jacob
2010-10-19
*
work around stupid msvc error when constructing at compile time an expression
Benoit Jacob
2010-10-19
*
Fixed bug #79.
Hauke Heibel
2010-10-19
*
re-fix the broken msvc warning in JacobiSVD
Benoit Jacob
2010-10-18
*
improvements in pages 5 and 7 of the tutorial.
Benoit Jacob
2010-10-18
*
fix stupid msvc warning in jacobisvd
Benoit Jacob
2010-10-18
*
add jacobiSvd() method, update test & docs
Benoit Jacob
2010-10-17
*
bump to 2.92.0
Benoit Jacob
2010-10-15
*
doc typo
Benoit Jacob
2010-10-14
*
JacobiSVD doc fix
Benoit Jacob
2010-10-14
*
JacobiSVD:
Benoit Jacob
2010-10-14
*
compilation fix
Gael Guennebaud
2010-10-14
*
fix compilation and warnings with fcc 4.0.1
Gael Guennebaud
2010-10-13
*
remove SVD class (was bad code taked from elsewhere)
Benoit Jacob
2010-10-12
*
Jacobi improvements:
Benoit Jacob
2010-10-12
*
fix the Jacobi bug, expand unit test
Benoit Jacob
2010-10-12
*
set ColPivHouseholderQR as default preconditioner for JacobiSVD
Benoit Jacob
2010-10-11
*
implement JacobiSVD::solve() and expand the unit test
Benoit Jacob
2010-10-11
*
adapt Quaternion to JacobiSVD API changes.
Benoit Jacob
2010-10-08
*
add option to compute thin U/V.
Benoit Jacob
2010-10-08
*
Rework JacobiSVD api / template parameters.
Benoit Jacob
2010-10-08
*
merge backout
Benoit Jacob
2010-10-08
|
\
|
*
Backed out changeset 2334291157fe192b7b9f651967126de3bf8d8cbe
Benoit Jacob
2010-10-08
*
|
MSVC for windows mobile does not have the errno.h file
Gael Guennebaud
2010-10-07
*
|
an attempt to fix compilation on windows mobile
Gael Guennebaud
2010-10-07
*
|
mark LLT/LDLT solveInPlace func internal and rm their boolean returned value
Gael Guennebaud
2010-10-05
|
/
*
fix doc
Thomas Capricelli
2010-10-04
*
fix compilation on ubuntu 9.04's version of gcc 4.3 (yes, wtf)
Benoit Jacob
2010-09-27
*
fix warning
Radu Bogdan Rusu
2010-09-27
*
Added a note to the Gram Schmidt code and improved some formatting.
Hauke Heibel
2010-09-25
*
Fixed some SVD issues.
Hauke Heibel
2010-09-24
*
Make the SVD's output unitary and improved unit tests.
Hauke Heibel
2010-09-24
*
merge
Benoit Jacob
2010-09-23
|
\
*
|
SVD:
Benoit Jacob
2010-09-23
*
|
Fixed bad memory access in the SVD.
Hauke Heibel
2010-09-23
|
*
add cmakelists for 2 subdirs and make sure all subdirs are installed (GLOB)
Benoit Jacob
2010-09-14
|
*
fix vectorization logic and code of cross3 which was never enabled..
Gael Guennebaud
2010-09-08
|
*
fix += return by value like operations
Gael Guennebaud
2010-09-06
|
*
noalias was wrongly skipping automatic transposition
Gael Guennebaud
2010-09-02
|
*
add the possibility to extend QuaternionBase
Gael Guennebaud
2010-09-02
[next]