eigen/unsupported/Eigen/src
2015-02-04 18:37:51 +00: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 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 Fix bug #314: 2012-11-06 15:25:50 +01:00
IterativeSolvers 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
KroneckerProduct Workaround MSVC issue. 2014-10-07 09:53:39 +02:00
LevenbergMarquardt Fixed compiler warning on implicit integer conversion by separating index type for matrix and permutation matrix which may not be equal. 2014-09-20 15:00:36 +02:00
MatrixFunctions bug #876: remove usage of atanh2 in matrix power 2014-12-08 16:44:05 +01:00
MoreVectorization Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. 2012-07-13 14:42:47 -04:00
NonLinearOptimization Remove LM::sqrt_() member function in favor of a shortcut for sqrt(epsilon()) 2014-09-02 17:29:06 +02:00
NumericalDiff Replace assert() by eigen_assert() (fixes bug #548). 2013-02-02 22:04:42 +00:00
Polynomials Using numext::pow instead of std::pow in poly_eval function. 2015-02-04 18:37:51 +00:00
Skyline Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. 2012-07-13 14:42:47 -04:00
SparseExtra Fix missing outer() member in DynamicSparseMatrix 2014-10-07 09:53: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 Move D&C SVD to official SVD module. 2014-10-29 11:29:33 +01:00