eigen/unsupported/Eigen/src
Gael Guennebaud abba11bdcf Many improvements in Divide&Conquer SVD:
- Fix many numerical issues, in particular regarding deflation.
- Add heavy debugging output to help track numerical issues (there are still fews)
- Make use of Eiegn's apply-inplane-rotation feature.
2014-09-22 15:22:52 +02:00
..
AutoDiff Fixed bug #702 and added unit test. 2013-11-07 18:32:24 +01:00
BDCSVD Many improvements in Divide&Conquer SVD: 2014-09-22 15:22:52 +02:00
BVH Fix "missing return statement at end of non-void function" 2013-03-01 14:33:11 +01:00
Eigenvalues bug #230, fix compilation issues and wrong static assertions 2013-06-18 09:44:40 +02:00
FFT
IterativeSolvers Remove deprecated code not used by evaluators 2014-09-18 15:15:27 +02:00
KroneckerProduct Update KroneckerProduct wrt evaluator changes 2014-09-18 22:08:49 +02:00
LevenbergMarquardt Allow LevenbergMarquardt to work with non-standard types. 2014-08-27 15:24:51 +01:00
MatrixFunctions Make MatrixFunction use nested_eval instead of nested 2014-09-18 17:31:17 +02:00
MoreVectorization
NonLinearOptimization Remove LM::sqrt_() member function in favor of a shortcut for sqrt(epsilon()) 2014-09-02 17:29:06 +02:00
NumericalDiff
Polynomials PolynomialSolver: fix typo. 2014-05-19 19:24:02 +02:00
Skyline
SparseExtra Remove deprecated code not used by evaluators 2014-09-18 15:15:27 +02:00
Splines Fixed index that would cause crash with two point, two derivative interpolation. Added static_cast. 2014-07-10 12:03:42 -06:00
CMakeLists.txt Reafctoring in D&C SVD unsupported module: clean and merge the SVDBase class to Eigen/SVD, rm copy/pasted JacobiSVD.h file 2014-09-01 18:16:20 +02:00