eigen/unsupported/Eigen/src
2015-02-17 18:52:39 +01:00
..
AutoDiff bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini and numext::maxi internal functions and a EIGEN_NOT_A_MACRO macro. 2014-10-20 15:55:32 +02:00
BVH
Eigenvalues
FFT
IterativeSolvers Fix many long to int conversion warnings: 2015-02-16 13:19:05 +01:00
KroneckerProduct Index refactoring: StorageIndex must be used for storage only (and locally when it make sense). In all other cases use the global Index type. 2015-02-13 18:57:41 +01:00
LevenbergMarquardt Index refactoring: StorageIndex must be used for storage only (and locally when it make sense). In all other cases use the global Index type. 2015-02-13 18:57:41 +01:00
MatrixFunctions bug #876: remove usage of atanh2 in matrix power 2014-12-08 16:44:05 +01: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 Using numext::pow instead of std::pow in poly_eval function. 2015-02-04 18:37:51 +00:00
Skyline
SparseExtra Suppress some remaining Index conversion warnings 2015-02-17 18:52:39 +01: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 Move D&C SVD to official SVD module. 2014-10-29 11:29:33 +01:00