Commit 8b6cd008 authored by Davis King's avatar Davis King

updated docs

parent 7897b163
......@@ -38,6 +38,7 @@
<item>numeric_constants</item>
<item>put_in_range</item>
<item>qsort_array</item>
<item>integrate_function_adapt_simp</item>
<item>square_root</item>
<item nolink="true">
<name>Set Utilities</name>
......@@ -654,6 +655,27 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>integrate_function_adapt_simp</name>
<file>dlib/numerical_integration.h</file>
<spec_file link="true">dlib/numerical_integration/integrate_function_adapt_simpson_abstract.h</spec_file>
<description>
Computes an approximation of the integral of a real valued function using the
adaptive Simpson method outlined in
<blockquote>
Gander, W. and W. Gautshi, "Adaptive
Quadrature -- Revisited" BIT, Vol. 40, (2000), pp.84-101
</blockquote>
</description>
<examples>
<example>integrate_function_adapt_simp_ex.cpp.html</example>
</examples>
</component>
<!-- ************************************************************************* -->
<component>
......
......@@ -133,6 +133,10 @@
<name>Parallel_For_Loops</name>
<link>parallel_for_ex.cpp.html</link>
</item>
<item>
<name>Numerical_Integration</name>
<link>integrate_function_adapt_simp_ex.cpp.html</link>
</item>
<item>
<name>SVM-Rank</name>
<link>svm_rank_ex.cpp.html</link>
......
......@@ -9,6 +9,8 @@
<body>
<term_list>
<term file="algorithms.html" name="integrate_function_adapt_simp" include="dlib/numerical_integration.h"/>
<term file="algorithms.html" name="numeric_constants" include="dlib/numeric_constants.h"/>
<term link="dlib/numeric_constants.h.html" name="pi" include="dlib/numeric_constants.h"/>
<term link="dlib/numeric_constants.h.html" name="e" include="dlib/numeric_constants.h"/>
......@@ -18,6 +20,15 @@
<term link="dlib/numeric_constants.h.html" name="newton_G" include="dlib/numeric_constants.h"/>
<term link="dlib/numeric_constants.h.html" name="planck_cst" include="dlib/numeric_constants.h"/>
<term link="dlib/numeric_constants.h.html" name="log10_2" include="dlib/numeric_constants.h"/>
<term link="dlib/numeric_constants.h.html" name="golden_ratio" include="dlib/numeric_constants.h"/>
<term link="dlib/numeric_constants.h.html" name="euler_gamma" include="dlib/numeric_constants.h"/>
<term link="dlib/numeric_constants.h.html" name="glaisher" include="dlib/numeric_constants.h"/>
<term link="dlib/numeric_constants.h.html" name="catalan" include="dlib/numeric_constants.h"/>
<term link="dlib/numeric_constants.h.html" name="khinchin" include="dlib/numeric_constants.h"/>
<term link="dlib/numeric_constants.h.html" name="apery" include="dlib/numeric_constants.h"/>
<term link="compile.html" name="DLIB_REVISION"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment