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
/
Eigenvalues
/
ComplexEigenSolver.h
Commit message (
Expand
)
Author
Age
*
Generalize matrix ctor and compute() method of dense decomposition to 1) limi...
Gael Guennebaud
2015-09-07
*
bug #949: add static assertion for incompatible scalar types in dense end-use...
Gael Guennebaud
2015-03-13
*
Remove deprecated usage of expr::Index.
Gael Guennebaud
2015-02-16
*
Make constructors explicit if they could lead to unintended implicit conversion
Christoph Hertzberg
2014-09-23
*
Fix bug #314: move remaining math functions from internal to numext namespace
Gael Guennebaud
2013-06-10
*
bug #482: pass scalar arguments by const references. Still remains a few case...
Gael Guennebaud
2013-02-25
*
Replace assert() by eigen_assert() (fixes bug #548).
Jitse Niesen
2013-02-02
*
Eigenvalues module: Implement setMaxIterations() methods.
Jitse Niesen
2012-07-28
*
Allow user to specify max number of iterations (bug #479).
Jitse Niesen
2012-07-24
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
Remove unused file EigenvaluesCommon.h
Jitse Niesen
2012-04-16
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
Document (non)sorting of eigenvalues.
Jitse Niesen
2011-02-27
*
fix MaxCols in ComplexEigenSolver which was causing memory allocation instead...
Gael Guennebaud
2011-01-27
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
fix compilation of ei_tridiagonalization_inplace_selector for 1x1 matrix
Gael Guennebaud
2010-07-18
*
Remove \nonstable yet. The stability rules for Eigen3 are much simpler:
Benoit Jacob
2010-06-29
*
email change
Gael Guennebaud
2010-06-24
*
fix compilation when default to row major
Gael Guennebaud
2010-06-24
*
Add info() method which can be queried to check whether iteration converged.
Jitse Niesen
2010-06-03
*
Refactor compute() by splitting off two smaller private methods.
Jitse Niesen
2010-06-03
*
Make all compute() methods return a reference to *this.
Jitse Niesen
2010-06-01
*
Allow user to compute only the eigenvalues and not the eigenvectors.
Jitse Niesen
2010-05-31
*
the Index types change.
Benoit Jacob
2010-05-30
*
Return matrices by constant reference where possible.
Jitse Niesen
2010-05-24
*
Replace local variables by member variables in compute() methods.
Jitse Niesen
2010-05-24
*
- Added problem size constructor to decompositions that did not have one. It ...
Adolfo Rodriguez Tsouroukdissian
2010-04-21
*
* merge with mainline
Benoit Jacob
2010-04-16
|
\
|
*
Extend documentation of ComplexSchur and add examples.
Jitse Niesen
2010-03-23
|
*
Rename Complex in ComplexSchur and ComplexEigenSolver to ComplexScalar
Jitse Niesen
2010-03-21
|
*
Allow ComplexEigenSolver and ComplexSchur to work with real matrices.
Jitse Niesen
2010-03-20
|
*
Extend documentation and add examples for ComplexEigenSolver.
Jitse Niesen
2010-03-19
*
|
fix the flags and matrix options, to always have the right RowMajor bit in th...
Benoit Jacob
2010-03-19
|
*
Document member functions and types of ComplexEigenSolver.
Jitse Niesen
2010-03-18
|
/
*
Propagate all five matrix template parameters to members and temporaries of d...
Adolfo Rodriguez Tsouroukdissian
2010-03-08
*
* move dummy_precision and epsilon to NumTraits
Gael Guennebaud
2010-02-10
*
merge and add start/end to Eigen2Support
Gael Guennebaud
2010-01-05
|
\
|
*
Big renaming:
Benoit Jacob
2010-01-04
*
|
Another big refactoring change:
Gael Guennebaud
2009-11-18
|
/
*
Fixed wrong line endings.
Hauke Heibel
2009-10-01
*
bugfix in the eigenvalue solvers (forgot to resize the eigen vectors)
Gael Guennebaud
2009-09-30
*
rename the EigenSolver module to Eigenvalues
Gael Guennebaud
2009-09-04