blob: 5a28f4187c1d6a7f19ffdb6d9e46d7f377444961 [file] [log] [blame]
Austin Schuh70cc9552019-01-21 19:46:48 -08001.. _chapter-tricks:
2
3.. default-domain:: cpp
4
5.. cpp:namespace:: ceres
6
7===================
8FAQS, Tips & Tricks
9===================
10
11Answers to frequently asked questions, tricks of the trade and general
12wisdom.
13
14.. toctree::
15 :maxdepth: 2
16
17 modeling_faqs
18 solving_faqs
19
20
21Further Reading
22===============
23
24For a short but informative introduction to the subject we recommend
25the booklet by [Madsen]_ . For a general introduction to non-linear
26optimization we recommend [NocedalWright]_. [Bjorck]_ remains the
27seminal reference on least squares problems. [TrefethenBau]_ book is
28our favorite text on introductory numerical linear algebra. [Triggs]_
29provides a thorough coverage of the bundle adjustment problem.