Blame docs/html/_sources/faqs.txt

Packit ea1746
.. _chapter-tricks:
Packit ea1746
Packit ea1746
.. default-domain:: cpp
Packit ea1746
Packit ea1746
.. cpp:namespace:: ceres
Packit ea1746
Packit ea1746
===================
Packit ea1746
FAQS, Tips & Tricks
Packit ea1746
===================
Packit ea1746
Packit ea1746
Answers to frequently asked questions, tricks of the trade and general
Packit ea1746
wisdom.
Packit ea1746
Packit ea1746
.. toctree::
Packit ea1746
   :maxdepth: 2
Packit ea1746
Packit ea1746
   modeling_faqs
Packit ea1746
   solving_faqs
Packit ea1746
Packit ea1746
Packit ea1746
Further Reading
Packit ea1746
===============
Packit ea1746
Packit ea1746
For a short but informative introduction to the subject we recommend
Packit ea1746
the booklet by [Madsen]_ . For a general introduction to non-linear
Packit ea1746
optimization we recommend [NocedalWright]_. [Bjorck]_ remains the
Packit ea1746
seminal reference on least squares problems. [TrefethenBau]_ book is
Packit ea1746
our favorite text on introductory numerical linear algebra. [Triggs]_
Packit ea1746
provides a thorough coverage of the bundle adjustment problem.