blender/extern/libmv/third_party/ceres
Sergey Sharybin a737bc49af Ceres: upgrade to version 1.3.0
This should contain real fixes for Windows, making it more robost and hopefully
faster (due to proper collection port) on that platform.

Also hack to fix Eigen alignment shouldn't be needed anymore.

Also on platforms which have got broken TR1 collections it's better to define
CERES_NO_TR1 instead of using Boost hacks. Made changes to Scons and CMake,
but can not check if this indeed works since i don't have OSX here.
2012-09-16 12:24:37 +00:00
..
include/ceres Ceres: upgrade to version 1.3.0 2012-09-16 12:24:37 +00:00
internal/ceres Ceres: upgrade to version 1.3.0 2012-09-16 12:24:37 +00:00
patches Ceres: upgrade to version 1.3.0 2012-09-16 12:24:37 +00:00
bundle.sh Ceres: upgrade to version 1.3.0 2012-09-16 12:24:37 +00:00
ChangeLog Ceres: upgrade to version 1.3.0 2012-09-16 12:24:37 +00:00
CMakeLists.txt Ceres: upgrade to version 1.3.0 2012-09-16 12:24:37 +00:00
files.txt Ceres: upgrade to version 1.3.0 2012-09-16 12:24:37 +00:00
LICENSE Initial Ceres integration into Blender 2012-06-10 15:27:41 +00:00
mkfiles.sh SVN maintenance. 2012-06-11 02:29:25 +00:00
README Initial Ceres integration into Blender 2012-06-10 15:27:41 +00:00
SConscript Ceres: upgrade to version 1.3.0 2012-09-16 12:24:37 +00:00

Ceres Solver - A non-linear least squares minimizer
==================================================
Please see ceres.pdf in docs/ for a tutorial and reference.