blender/extern/libmv/third_party/ceres
Sergey Sharybin 1d20f2496a Use threaded cost function and jacobian computation
Also made it theraded linear solver, seems it makes
sense for iterative schur with inner iterations
enabled.

Use OpenMO's max therads called from bundler code
to detect how many threads to use. Could be changed
in a way that number of threads is passing in options
from blender side in the future.

Also removed redundant V3D definition from compiler's
flags.
2013-02-26 17:52:10 +00:00
..
include/ceres Upgrade Ceres library to current master which is current 1.5RC 2013-02-25 08:59:26 +00:00
internal/ceres Upgrade Ceres library to current master which is current 1.5RC 2013-02-25 08:59:26 +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 Upgrade Ceres library to current master which is current 1.5RC 2013-02-25 08:59:26 +00:00
CMakeLists.txt Use threaded cost function and jacobian computation 2013-02-26 17:52:10 +00:00
files.txt Upgrade Ceres library to current master which is current 1.5RC 2013-02-25 08:59:26 +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 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.