index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
eigensolver.cpp
Commit message (
Expand
)
Author
Age
*
* extractRotation ---> rotation
Benoit Jacob
2008-12-19
*
SelfAdjointEigenSolver: add operatorSqrt() and operatorInverseSqrt()
Benoit Jacob
2008-12-19
*
* replace postfix ++ by prefix ++ wherever that makes sense in Eigen/
Benoit Jacob
2008-12-17
*
* 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
*
if EIGEN_NICE_RANDOM is defined, the random functions will return numbers with
Benoit Jacob
2008-09-01
*
* bug fixes in: Dot, generalized eigen problem, singular matrix detetection ...
Gael Guennebaud
2008-08-23
*
Optimizations:
Gael Guennebaud
2008-08-01
*
* Merge Extract and Part to the Part expression.
Gael Guennebaud
2008-07-21
*
* Added a generalized eigen solver for the selfadjoint case.
Gael Guennebaud
2008-06-14
*
Added a Hessenberg decomposition class for both real and complex matrices.
Gael Guennebaud
2008-06-08
*
update of the eigeinsolver unit test to check complex
Gael Guennebaud
2008-06-03
*
fix a couple of issues making the eigensolver test compile and run without ab...
Benoit Jacob
2008-06-02
*
* fix the QR module to use extract/part instead of the previous triangular stuff
Gael Guennebaud
2008-05-27