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
*
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