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
634f4db4
Commit
634f4db4
authored
Dec 23, 2012
by
Davis King
Browse files
updated docs
parent
37c815f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
20 deletions
+17
-20
docs/docs/linear_algebra.xml
docs/docs/linear_algebra.xml
+16
-16
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-4
No files found.
docs/docs/linear_algebra.xml
View file @
634f4db4
...
...
@@ -266,26 +266,11 @@
<item
nolink=
"true"
>
<name>
Conversions
</name>
<sub>
<item>
mat
</item>
<item>
<name>
matrix_cast
</name>
<link>
dlib/matrix/matrix_utilities_abstract.h.html#matrix_cast
</link>
</item>
<item>
<name>
array_to_matrix
</name>
<link>
dlib/matrix/matrix_utilities_abstract.h.html#array_to_matrix
</link>
</item>
<item>
<name>
vector_to_matrix
</name>
<link>
dlib/matrix/matrix_utilities_abstract.h.html#vector_to_matrix
</link>
</item>
<item>
<name>
pointer_to_column_vector
</name>
<link>
dlib/matrix/matrix_utilities_abstract.h.html#pointer_to_column_vector
</link>
</item>
<item>
<name>
pointer_to_matrix
</name>
<link>
dlib/matrix/matrix_utilities_abstract.h.html#pointer_to_matrix
</link>
</item>
<item>
<name>
pixel_to_vector
</name>
<link>
dlib/matrix/matrix_utilities_abstract.h.html#pixel_to_vector
</link>
...
...
@@ -690,7 +675,22 @@
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
mat
</name>
<file>
dlib/matrix.h
</file>
<spec_file
link=
"true"
>
dlib/matrix/matrix_mat_abstract.h
</spec_file>
<description>
This is a set of simple functions that take objects like std::vector or
<a
href=
"containers.html#array2d"
>
array2d
</a>
and convert them into
<a
href=
"#matrix"
>
matrix
</a>
objects. Note that the conversion is
done using template expressions so there is no runtime cost associated
with calling mat().
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/term_index.xml
View file @
634f4db4
...
...
@@ -14,6 +14,7 @@
<term
file=
"dlib/algs.h.html"
name=
"stack_based_memory_block"
/>
<term
file=
"linear_algebra.html"
name=
"mat"
/>
<term
file=
"linear_algebra.html"
name=
"matrix"
/>
<term
file=
"linear_algebra.html"
name=
"move_rect"
/>
<term
file=
"linear_algebra.html"
name=
"translate_rect"
/>
...
...
@@ -464,10 +465,6 @@
<term
file=
"dlib/matrix/matrix_utilities_abstract.h.html"
name=
"matrix_cast"
/>
<term
file=
"dlib/matrix/matrix_utilities_abstract.h.html"
name=
"set_all_elements"
/>
<term
file=
"dlib/matrix/matrix_utilities_abstract.h.html"
name=
"tmp"
/>
<term
file=
"dlib/matrix/matrix_utilities_abstract.h.html"
name=
"array_to_matrix"
/>
<term
file=
"dlib/matrix/matrix_utilities_abstract.h.html"
name=
"vector_to_matrix"
/>
<term
file=
"dlib/matrix/matrix_utilities_abstract.h.html"
name=
"pointer_to_column_vector"
/>
<term
file=
"dlib/matrix/matrix_utilities_abstract.h.html"
name=
"pointer_to_matrix"
/>
<term
file=
"dlib/matrix/matrix_utilities_abstract.h.html"
name=
"reshape_to_column_vector"
/>
<term
file=
"dlib/matrix/matrix_utilities_abstract.h.html"
name=
"reshape"
/>
<term
file=
"dlib/matrix/matrix_math_functions_abstract.h.html"
name=
"squared"
/>
...
...
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