aboutsummaryrefslogtreecommitdiff
path: root/docs/source/index.rst
blob: f20dad42f012bdc8dfc930a50fc72cf6e70e0c36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.. Ceres Solver documentation master file, created by
   sphinx-quickstart on Sat Jan 19 00:07:33 2013.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

============
Ceres Solver
============

Ceres Solver is a portable C++ library for solving non-linear least
squares problems.

* Download the latest stable `release
  <https://ceres-solver.googlecode.com/files/ceres-solver-1.6.0.tar.gz>`_
  or clone the `repository
  <https://ceres-solver.googlesource.com/ceres-solver>`_

* Read the :ref:`chapter-tutorial`

* Browse the :ref:`chapter-modeling` API and :ref:`chapter-solving` API.

* Join the `mailing list
  <https://groups.google.com/forum/?fromgroups#!forum/ceres-solver>`_
  and ask questions.

* File bugs, feature requests in the `issue tracker
  <https://code.google.com/p/ceres-solver/issues/list>`_.

* If you use Ceres Solver for a publication, you must cite it as::

    @misc{ceres-solver,
      author = "Sameer Agarwal and Keir Mierle and Others",
      title = "Ceres Solver",
      howpublished = "\url{https://code.google.com/p/ceres-solver/}",
    }

.. toctree::
   :maxdepth: 1
   :hidden:

   introduction
   building
   tutorial
   modeling
   solving
   reading
   contributing
   acknowledgements
   version_history
   bibliography
   license