blender/extern/libmv/third_party/ceres
Sergey Sharybin 554107b6a1 Disable fixed-sized specializations for schur solver
As far as i remember Keir, this should be safe for our usages of ceres
and it should save noticeable amount of time and used memory when
compiling blender with libmv support.

Quick tests with tracking went smooth after this.
2012-06-14 13:33:37 +00:00
..
include/ceres Commit patch from Stephan Kassemeyer sent to ML 2012-06-10 15:28:29 +00:00
internal/ceres Fix compilation of new tracker for MinGW/MinGW64 2012-06-11 13:00:35 +00:00
patches Fix compilation of new tracker for MinGW/MinGW64 2012-06-11 13:00:35 +00:00
bundle.sh Disable fixed-sized specializations for schur solver 2012-06-14 13:33:37 +00:00
ChangeLog Initial Ceres integration into Blender 2012-06-10 15:27:41 +00:00
CMakeLists.txt Disable fixed-sized specializations for schur solver 2012-06-14 13:33:37 +00:00
files.txt Initial Ceres integration into Blender 2012-06-10 15:27:41 +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 Disable fixed-sized specializations for schur solver 2012-06-14 13:33:37 +00:00

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