Home | History | Annotate | Download | only in source
      1 .. Ceres Solver documentation master file, created by
      2    sphinx-quickstart on Sat Jan 19 00:07:33 2013.
      3    You can adapt this file completely to your liking, but it should at least
      4    contain the root `toctree` directive.
      5 
      6 ============
      7 Ceres Solver
      8 ============
      9 
     10 Ceres Solver is a portable C++ library for solving non-linear least
     11 squares problems.
     12 
     13 * Download the latest stable `release
     14   <https://ceres-solver.googlecode.com/files/ceres-solver-1.6.0.tar.gz>`_
     15   or clone the `repository
     16   <https://ceres-solver.googlesource.com/ceres-solver>`_
     17 
     18 * Read the :ref:`chapter-tutorial`
     19 
     20 * Browse the :ref:`chapter-modeling` API and :ref:`chapter-solving` API.
     21 
     22 * Join the `mailing list
     23   <https://groups.google.com/forum/?fromgroups#!forum/ceres-solver>`_
     24   and ask questions.
     25 
     26 * File bugs, feature requests in the `issue tracker
     27   <https://code.google.com/p/ceres-solver/issues/list>`_.
     28 
     29 * If you use Ceres Solver for a publication, you must cite it as::
     30 
     31     @misc{ceres-solver,
     32       author = "Sameer Agarwal and Keir Mierle and Others",
     33       title = "Ceres Solver",
     34       howpublished = "\url{https://code.google.com/p/ceres-solver/}",
     35     }
     36 
     37 .. toctree::
     38    :maxdepth: 1
     39    :hidden:
     40 
     41    introduction
     42    building
     43    tutorial
     44    modeling
     45    solving
     46    reading
     47    contributing
     48    acknowledgements
     49    version_history
     50    bibliography
     51    license
     52