eigen/unsupported/Eigen
Gael Guennebaud 77ff3386b7 Refactoring of the cost model:
- Dynamic is now an invalid value
 - introduce a HugeCost constant to be used for runtime-cost values or arbitrarily huge cost
 - add sanity checks for cost values: must be >=0 and not too large
This change provides several benefits:
 - it fixes shortcoming is some cost computation where the Dynamic case was not properly handled.
 - it simplifies cost computation logic, and should avoid future similar shortcomings.
 - it allows to distinguish between different level of dynamic/huge/infinite cost
 - it should enable further simplifications in the computation of costs (save compilation time)
2015-10-28 11:42:14 +01:00
..
CXX11 Added support for empty dimensions 2015-10-26 11:21:27 -07:00
src Refactoring of the cost model: 2015-10-28 11:42:14 +01:00
AdolcForward remove the 'Unsupported Modules' meta module 2013-01-11 10:40:35 +01:00
AlignedVector3 Fix AlignedVector3 wrt previous change 2015-09-02 21:51:58 +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 ArpackSupport was missing here also. 2015-10-16 18:21:02 -07:00
FFT remove the 'Unsupported Modules' meta module 2013-01-11 10:40:35 +01:00
IterativeSolvers Move IncompleteCholesky to official modules 2015-10-08 11:32:46 +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 Fixed MPRealSupport 2015-02-28 16:41:00 +01: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 Use inline versus static free functions. 2015-09-03 13:42:54 +02: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