index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
Eigenvalues
Commit message (
Expand
)
Author
Age
*
use MKL's lapacke.h header when using MKL
Gael Guennebaud
2017-08-17
*
Clean references to MKL in LAPACKe support.
Gael Guennebaud
2016-07-25
*
Rename MKL files
Gael Guennebaud
2016-07-25
*
Update RealQZ to reduce 2x2 diagonal block of T corresponding to non reduced ...
Gael Guennebaud
2016-06-09
*
Add missing licence header to some top header files
Gael Guennebaud
2015-10-26
*
Add a preliminary GeneralizedEigenSolver computing the eigenvalues of Av=lBv ...
Gael Guennebaud
2012-07-26
*
Add a RealQZ class: a generalized Schur decomposition for real matrices
Alexey Korepanov
2012-07-11
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
add a "using MKL" documentation page, add a minimal documentation of PARDISO ...
Gael Guennebaud
2011-12-09
*
- split and rename defined tokens to enable the use of BLAS/Lapack/VML/etc
Gael Guennebaud
2011-12-09
*
Intel(R) MKL support added.
karturov
2011-12-05
*
add a computeDirect method to SelfAdjointEigenSolver for fast eigen decomposi...
Gael Guennebaud
2011-07-21
*
shut up stupid ICC warnings
Benoit Jacob
2011-02-22
*
Remove \nonstable yet. The stability rules for Eigen3 are much simpler:
Benoit Jacob
2010-06-29
*
* decouple the generalized selfadjoint eigenvalue problem to the standard one
Gael Guennebaud
2010-06-16
*
clean old stuff used to support precompilation inside a binary lib
Gael Guennebaud
2010-06-07
*
Update eigenvalues() and operatorNorm() methods in MatrixBase.
Jitse Niesen
2010-05-24
*
Split computation of real Schur form in EigenSolver to its own class.
Jitse Niesen
2010-04-01
*
added comments to help vim understand the header files are c++.
Mark Borgerding
2009-12-01
*
fix #66 : upper triangular checks in ComplexSchur
Gael Guennebaud
2009-11-02
*
rename the EigenSolver module to Eigenvalues
Gael Guennebaud
2009-09-04