Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
9dfcd9a5
Commit
9dfcd9a5
authored
Apr 20, 2013
by
Davis King
Browse files
updated docs
parent
c41beda6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
0 deletions
+14
-0
docs/docs/faq.xml
docs/docs/faq.xml
+3
-0
docs/docs/linear_algebra.xml
docs/docs/linear_algebra.xml
+8
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+3
-0
No files found.
docs/docs/faq.xml
View file @
9dfcd9a5
...
...
@@ -120,6 +120,9 @@ row_vect.set_size(5);
use them. However, CMake will try to link against them
automatically if they are installed.
</li><br/>
<li><b>
FFTW
</b>
is used by the fft() and ifft() routines if you #define DLIB_USE_FFTW and
link to fftw3. Otherwise dlib uses its own slower default implementation.
</li><br/>
<li><b>
SQLite
</b>
is used by the
<a
href=
"other.html#database"
>
database
</a>
object. In
fact, it is just a wrapper around SQLite's C interface which simplifies its use (e.g.
makes resource management use RAII).
</li>
...
...
docs/docs/linear_algebra.xml
View file @
9dfcd9a5
...
...
@@ -390,6 +390,14 @@
<item
nolink=
"true"
>
<name>
Other_Utilities
</name>
<sub>
<item>
<name>
fft
</name>
<link>
dlib/matrix/matrix_fft_abstract.h.html#fft
</link>
</item>
<item>
<name>
ifft
</name>
<link>
dlib/matrix/matrix_fft_abstract.h.html#ifft
</link>
</item>
<item>
<name>
is_col_vector
</name>
<link>
dlib/matrix/matrix_utilities_abstract.h.html#is_col_vector
</link>
...
...
docs/docs/term_index.xml
View file @
9dfcd9a5
...
...
@@ -497,6 +497,9 @@
<term
file=
"dlib/matrix/matrix_utilities_abstract.h.html"
name=
"is_vector"
include=
"dlib/matrix.h"
/>
<term
file=
"dlib/matrix/matrix_utilities_abstract.h.html"
name=
"is_row_vector"
include=
"dlib/matrix.h"
/>
<term
file=
"dlib/matrix/matrix_utilities_abstract.h.html"
name=
"is_col_vector"
include=
"dlib/matrix.h"
/>
<term
file=
"dlib/matrix/matrix_fft_abstract.h.html"
name=
"fft"
include=
"dlib/matrix.h"
/>
<term
file=
"dlib/matrix/matrix_fft_abstract.h.html"
name=
"ifft"
include=
"dlib/matrix.h"
/>
<term
file=
"dlib/matrix/matrix_fft_abstract.h.html"
name=
"is_power_of_two"
include=
"dlib/matrix.h"
/>
<term
file=
"dlib/matrix/matrix_la_abstract.h.html"
name=
"lu_decomposition"
include=
"dlib/matrix.h"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment