From dc907c334cf5c9996321656d1a99b8b6379abb87 Mon Sep 17 00:00:00 2001 From: Davis King Date: Fri, 23 Aug 2013 07:16:31 -0400 Subject: [PATCH] updated docs --- docs/docs/algorithms.xml | 15 +++++++++++++++ docs/docs/term_index.xml | 1 + 2 files changed, 16 insertions(+) diff --git a/docs/docs/algorithms.xml b/docs/docs/algorithms.xml index 4e9a186ad..c3b8ff3e6 100644 --- a/docs/docs/algorithms.xml +++ b/docs/docs/algorithms.xml @@ -38,6 +38,7 @@ numeric_constants put_in_range qsort_array + split_array integrate_function_adapt_simp square_root @@ -668,6 +669,20 @@ + + + + split_array + dlib/array.h + dlib/array/array_tools_abstract.h + + This function is used to efficiently split array + like objects into two parts. It uses the global swap() function instead + of copying to move elements around, so it works on arrays of non-copyable + types. + + + diff --git a/docs/docs/term_index.xml b/docs/docs/term_index.xml index 833c8eca1..7643febce 100644 --- a/docs/docs/term_index.xml +++ b/docs/docs/term_index.xml @@ -202,6 +202,7 @@ +