eigen/Eigen/src
Gael Guennebaud e2aa58b631 Consider denormals as zero in makeJacobi and 2x2 SVD.
This also fix serious issues with x387 for which values can be much smaller than the smallest denormal!
2016-07-12 17:21:03 +02:00
..
Cholesky Add documentation and exemples for inplace decomposition. 2016-07-04 17:18:26 +02:00
CholmodSupport
Core Move CUDA's special functions to SpecialFunctions module. 2016-07-11 18:39:11 +02:00
Eigenvalues Workaround MSVC bug 2016-07-11 15:24:52 +02:00
Geometry Change the semantic of the last template parameter of Assignment from "Scalar" to "SFINAE" only. 2016-07-04 11:02:00 +02:00
Householder Relax mixing-type constraints for binary coefficient-wise operators: 2016-06-06 15:11:41 +02:00
IterativeLinearSolvers Fix nesting of SolveWithGuess, and add unit test. 2016-07-04 17:47:47 +02:00
Jacobi Consider denormals as zero in makeJacobi and 2x2 SVD. 2016-07-12 17:21:03 +02:00
LU Add documentation and exemples for inplace decomposition. 2016-07-04 17:18:26 +02:00
MetisSupport
misc Consider denormals as zero in makeJacobi and 2x2 SVD. 2016-07-12 17:21:03 +02:00
OrderingMethods
PardisoSupport Fixes for PARDISO: warnings, and defaults to metis+ in-core mode. 2016-06-08 18:31:19 +02:00
PaStiXSupport
plugins bug #1232: refactor special functions as a new SpecialFunctions module, currently in unsupported/. 2016-07-08 11:13:55 +02:00
QR Add documentation and exemples for inplace decomposition. 2016-07-04 17:18:26 +02:00
SparseCholesky
SparseCore compile fix (SFINAE variant apparently didn't work for all compilers) for the following compiler/platform: 2016-07-11 17:42:22 +02:00
SparseLU Workaround "misleading-indentation" warnings 2016-05-11 08:41:36 +02:00
SparseQR Relax mixing-type constraints for binary coefficient-wise operators: 2016-06-06 15:11:41 +02:00
SPQRSupport
StlSupport
SuperLUSupport bug #1119: Adjust call to ?gssvx for SuperLU 5 2016-07-10 02:29:57 +02:00
SVD Update RealQZ to reduce 2x2 diagonal block of T corresponding to non reduced diagonal block of S to positive diagonal form. 2016-06-09 17:11:03 +02:00
UmfPackSupport Fix copy ctor prototype. 2016-05-26 17:37:25 +02:00
CMakeLists.txt