Files
ceres-solver/docs/source/index.rst
T

52 lines
1.3 KiB
ReStructuredText
Raw Normal View History

2013-05-09 12:12:07 -07:00
.. Ceres Solver documentation master file, created by
2013-02-02 00:49:31 -08:00
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.
2013-02-06 01:08:40 -08:00
============
Ceres Solver
============
Ceres Solver is a portable C++ library for solving non-linear least
squares problems.
* Download the latest stable `release
2013-05-07 12:47:51 -07:00
<https://ceres-solver.googlecode.com/files/ceres-solver-1.6.0.tar.gz>`_
2013-02-06 01:08:40 -08:00
or clone the `repository
<https://ceres-solver.googlesource.com/ceres-solver>`_
* Read the :ref:`chapter-tutorial`
2013-05-31 16:44:22 -07:00
* Browse the :ref:`chapter-modeling` API and :ref:`chapter-solving` API.
2013-02-06 01:08:40 -08:00
2013-05-07 12:47:51 -07:00
* Join the `mailing list
<https://groups.google.com/forum/?fromgroups#!forum/ceres-solver>`_
and ask questions.
2013-02-06 01:08:40 -08:00
* File bugs, feature requests in the `issue tracker
<https://code.google.com/p/ceres-solver/issues/list>`_.
2013-05-30 07:22:18 -07:00
* If you use Ceres Solver for a publication, you must cite it as::
@misc{ceres-solver,
author = "Sameer Agarwal and Keir Mierle",
title = "Ceres Solver",
howpublished = "\url{https://code.google.com/p/ceres-solver/}",
}
2013-02-02 00:49:31 -08:00
.. toctree::
:maxdepth: 1
2013-02-06 01:08:40 -08:00
:hidden:
2013-02-02 00:49:31 -08:00
2013-02-04 19:40:45 -08:00
introduction
2013-02-02 00:49:31 -08:00
building
tutorial
modeling
solving
reading
contributing
acknowledgements
version_history
bibliography
license