Lines Matching full:solver
4 Building Ceres Solver
7 Stable Ceres Solver releases are available for download at
8 `code.google.com <http://code.google.com/p/ceres-solver/>`_. For the
10 <https://ceres-solver-review.googlesource.com/>`_.
96 tar zxf ceres-solver-1.7.0.tar.gz
99 cmake ../ceres-solver-1.7.0
109 bin/simple_bundle_adjuster ../ceres-solver-1.7.0/data/problem-16-22106-pre.txt
112 ``DENSE_SCHUR`` linear solver. The output should look something like
125 Ceres Solver Report
135 Linear solver DENSE_SCHUR DENSE_SCHUR
138 Linear solver threads 1 1
139 Linear solver ordering AUTOMATIC 22106,16
156 Linear Solver 1.681e+00
193 tar zxf ceres-solver-1.7.0.tar.gz
196 cmake ../ceres-solver-1.7.0
227 ``ceres-solver-1.3.0``. Alternately, checkout Ceres via ``git`` to
228 get ``ceres-solver.git`` inside ``ceres``.
234 #. Run ``CMake``; select the ``ceres-solver-X.Y.Z`` or
235 ``ceres-solver.git`` directory for the CMake file. Then select the
310 the ``SPARSE_SCHUR`` solver, you can disable some of the template
336 <https://ceres-solver.googlesource.com/ceres-solver/+/master/examples/helloworld.cc>`_