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
AlignedVector3 Missing outerStride in AlignedVector3 resulted in infinite recursion 2014-09-30 16:43:19 +02:00
ArpackSupport
AutoDiff
BVH
CMakeLists.txt
FFT
IterativeSolvers Remove deprecated code not used by evaluators 2014-09-18 15:15:27 +02:00
KroneckerProduct
LevenbergMarquardt
MatrixFunctions Doc: difference between array and matrix cosine etc (bug #830) 2014-09-06 14:59:44 +01:00
MoreVectorization
MPRealSupport
NonLinearOptimization
NumericalDiff
OpenGLSupport Free functions should only be declared as static in separate compilation units 2014-12-12 12:01:03 +01:00
Polynomials
Skyline
SparseExtra Remove deprecated code not used by evaluators 2014-09-18 15:15:27 +02:00
Splines