blender/extern/libmv/third_party/ceres
Sergey Sharybin d05f5da111 Update Ceres to current upstream version
This brings a fixes for threading issue in BLAS
making BA step more robust (there were some in-detemrinacy
caused by this threading issue).

Also brings some optimizations, which does not directly
affect on blender.
2013-04-22 09:25:37 +00:00
..
include/ceres Update Ceres to current upstream version 2013-04-22 09:25:37 +00:00
internal/ceres Update Ceres to current upstream version 2013-04-22 09:25:37 +00:00
patches Upgrade Ceres library to current master which is current 1.5RC 2013-02-25 08:59:26 +00:00
bundle.sh Use threaded cost function and jacobian computation 2013-02-26 17:52:10 +00:00
ChangeLog Update Ceres to current upstream version 2013-04-22 09:25:37 +00:00
CMakeLists.txt Update Ceres to current upstream version 2013-04-22 09:25:37 +00:00
files.txt Update Ceres to current upstream version 2013-04-22 09:25:37 +00:00
LICENSE
mkfiles.sh SVN maintenance. 2012-06-11 02:29:25 +00:00
README
SConscript Use threaded cost function and jacobian computation 2013-02-26 17:52:10 +00:00

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