index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
QR
Commit message (
Expand
)
Author
Age
*
shut up stupid ICC warnings
Benoit Jacob
2011-02-22
*
eigen2: pass QR decomposition and hyperplane tests
Benoit Jacob
2011-01-25
*
Remove \nonstable yet. The stability rules for Eigen3 are much simpler:
Benoit Jacob
2010-06-29
*
clean old stuff used to support precompilation inside a binary lib
Gael Guennebaud
2010-06-07
*
added comments to help vim understand the header files are c++.
Mark Borgerding
2009-12-01
*
add missing includes
Benoit Jacob
2009-11-09
*
big huge changes, so i dont remember everything.
Benoit Jacob
2009-10-28
*
rename the EigenSolver module to Eigenvalues
Gael Guennebaud
2009-09-04
*
move eigen values related stuff of the QR module to a new EigenSolver module.
Gael Guennebaud
2009-09-03
*
[mq]: eigensolver
Gael Guennebaud
2009-09-01
*
modernize HouseholderQR too, uniformize all that stuff, update tests
Benoit Jacob
2009-08-24
*
add ColPivotingHouseholderQR
Benoit Jacob
2009-08-23
*
add initial, rough, full-pivoting RRQR decomposition
Benoit Jacob
2009-08-22
*
make HouseholderQR uses the Householder module
Gael Guennebaud
2009-08-16
*
optimize "apply Jacobi" for small sizes, and move it to Jacobi.h
Gael Guennebaud
2009-08-14
*
minor compilation fixes for Sun CC and ICC
Gael Guennebaud
2009-07-20
*
* mark Geometry as experimental
Benoit Jacob
2009-01-26
*
Patch by Kenneth Riddile: disable MSVC warnings, reenable them outside
Benoit Jacob
2008-12-18
*
* doc improvements in Cwise and PartialRedux:
Benoit Jacob
2008-08-19
*
Add .perpendicular() function in Geometry module (adapted from Eigen1)
Gael Guennebaud
2008-07-22
*
* Added a generalized eigen solver for the selfadjoint case.
Gael Guennebaud
2008-06-14
*
Add QR and Cholesky module instantiations in the lib.
Gael Guennebaud
2008-06-14
*
Added a Hessenberg decomposition class for both real and complex matrices.
Gael Guennebaud
2008-06-08
*
Rewrite from scratch of the eigen solver for symmetric matrices
Gael Guennebaud
2008-06-02
*
* added a Tridiagonalization class for selfadjoint matrices
Gael Guennebaud
2008-06-01
*
-fix certain #includes
Benoit Jacob
2008-05-12
*
* Draft of a eigenvalues solver
Gael Guennebaud
2008-05-12
*
Added Triangular expression to extract upper or lower (strictly or not)
Gael Guennebaud
2008-04-26