eigen/unsupported/Eigen
Gael Guennebaud aa6c516ec1 Fix many long to int conversion warnings:
- fix usage of Index (API) versus StorageIndex (when multiple indexes are stored)
 - use StorageIndex(val) when the input has already been check
 - use internal::convert_index<StorageIndex>(val) when val is potentially unsafe (directly comes from user input)
2015-02-16 13:19:05 +01:00
..
CXX11 Silenced a few compilation warnings generated by nvcc 2015-02-10 14:34:42 -08:00
src Fix many long to int conversion warnings: 2015-02-16 13:19:05 +01:00
AdolcForward remove the 'Unsupported Modules' meta module 2013-01-11 10:40:35 +01:00
AlignedVector3 Missing outerStride in AlignedVector3 resulted in infinite recursion 2014-09-30 16:43:19 +02:00
ArpackSupport bug #230, fix compilation issues and wrong static assertions 2013-06-18 09:44:40 +02:00
AutoDiff remove the 'Unsupported Modules' meta module 2013-01-11 10:40:35 +01:00
BVH remove the 'Unsupported Modules' meta module 2013-01-11 10:40:35 +01:00
CMakeLists.txt Move work in progress Levenberg Marquardt module in unsupported 2012-12-08 18:22:23 +01:00
FFT remove the 'Unsupported Modules' meta module 2013-01-11 10:40:35 +01:00
IterativeSolvers Remove deprecated code not used by evaluators 2014-09-18 15:15:27 +02:00
KroneckerProduct remove the 'Unsupported Modules' meta module 2013-01-11 10:40:35 +01:00
LevenbergMarquardt Set built-in sparse QR as the default sparse solver and add ComputationInfo for Levenberg Marquardt, 2013-02-20 14:10:14 +01:00
MatrixFunctions Doc: difference between array and matrix cosine etc (bug #830) 2014-09-06 14:59:44 +01:00
MoreVectorization remove the 'Unsupported Modules' meta module 2013-01-11 10:40:35 +01:00
MPRealSupport Fix remaining garbage during a merge. 2014-09-01 17:25:13 +02:00
NonLinearOptimization fix a weird typo I commited in ae76c97704 2013-06-03 23:09:33 +02:00
NumericalDiff remove the 'Unsupported Modules' meta module 2013-01-11 10:40:35 +01:00
OpenGLSupport Free functions should only be declared as static in separate compilation units 2014-12-12 12:01:03 +01:00
Polynomials remove the 'Unsupported Modules' meta module 2013-01-11 10:40:35 +01:00
Skyline remove the 'Unsupported Modules' meta module 2013-01-11 10:40:35 +01:00
SparseExtra Remove deprecated code not used by evaluators 2014-09-18 15:15:27 +02:00
Splines remove the 'Unsupported Modules' meta module 2013-01-11 10:40:35 +01:00