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
/
QR
/
EigenSolver.h
Commit message (
Expand
)
Author
Age
*
merge
Benoit Jacob
2009-05-22
|
\
|
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
|
Eigensolver decomposition interface unification.
Hauke Heibel
2009-05-22
|
/
*
more Scalar conversions fixes
Gael Guennebaud
2009-01-07
*
* suppressed some minor warnings
Kenneth Frank Riddile
2009-01-06
*
unless i find more failures in the tests, this will be beta3...
Benoit Jacob
2008-12-22
*
fix non standard non-const std::complex::real/imag issue
Gael Guennebaud
2008-12-17
*
* replace postfix ++ by prefix ++ wherever that makes sense in Eigen/
Benoit Jacob
2008-12-17
*
doc: add a "non stable" warning for parts which are not part
Gael Guennebaud
2008-11-22
*
* add .imag() function
Gael Guennebaud
2008-11-14
*
add EigenSolver::eigenvectors() method for non symmetric matrices.
Gael Guennebaud
2008-10-03
*
Fixes in Eigensolver:
Gael Guennebaud
2008-10-01
*
block(int,int)->segment
Benoit Jacob
2008-09-24
*
Add .perpendicular() function in Geometry module (adapted from Eigen1)
Gael Guennebaud
2008-07-22
*
I forgot that the previous commit needed minor changes outside the bench folder
Gael Guennebaud
2008-07-08
*
- many updates after Cwise change
Benoit Jacob
2008-07-08
*
* Added a generalized eigen solver for the selfadjoint case.
Gael Guennebaud
2008-06-14
*
Rewrite from scratch of the eigen solver for symmetric matrices
Gael Guennebaud
2008-06-02
*
updated EigenSolver to use .coeff / .coeffRef
Gael Guennebaud
2008-05-31
*
* fix the QR module to use extract/part instead of the previous triangular stuff
Gael Guennebaud
2008-05-27
*
* Clean a bit the eigenvalue solver: if the matrix is known to be
Gael Guennebaud
2008-05-13
*
* Draft of a eigenvalues solver
Gael Guennebaud
2008-05-12