blender/extern/libmv/third_party/ceres
Sergey Sharybin de6c1c9287 Update Ceres to latest upstream version
- A richer Problem API.
- DynamicNumericDiffCostFunction.
- Faster ITERATIVE_SCHUR solver.
- Faster SCHUR_JACOBI preconditioner.
- Faster Jacobian evaluation.
- Faster visibility based preconditioning using single linkage clustering.

Also re-wrote rules for unordered collections detection,
should work on all platforms and compilers now :)
2013-11-28 19:46:23 +06:00
..
include/ceres Update Ceres to latest upstream version 2013-11-28 19:46:23 +06:00
internal/ceres Update Ceres to latest upstream version 2013-11-28 19:46:23 +06:00
patches Upgrade Ceres library to current master which is current 1.5RC 2013-02-25 08:59:26 +00:00
bundle.sh Update Ceres to latest upstream version 2013-11-28 19:46:23 +06:00
ChangeLog Update Ceres to latest upstream version 2013-11-28 19:46:23 +06:00
CMakeLists.txt Update Ceres to latest upstream version 2013-11-28 19:46:23 +06:00
files.txt Update Ceres to latest upstream version 2013-11-28 19:46:23 +06: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 Update Ceres to latest upstream version 2013-11-28 19:46:23 +06:00

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