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
cfc6e83d
Commit
cfc6e83d
authored
Dec 21, 2012
by
Davis King
Browse files
updated docs
parent
88a4f743
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
docs/docs/linear_algebra.xml
docs/docs/linear_algebra.xml
+7
-1
No files found.
docs/docs/linear_algebra.xml
View file @
cfc6e83d
...
@@ -1067,7 +1067,13 @@
...
@@ -1067,7 +1067,13 @@
<file>
dlib/geometry.h
</file>
<file>
dlib/geometry.h
</file>
<spec_file
link=
"true"
>
dlib/geometry/vector_abstract.h
</spec_file>
<spec_file
link=
"true"
>
dlib/geometry/vector_abstract.h
</spec_file>
<description>
<description>
This object represents a two or three dimensional vector.
This object represents a two or three dimensional vector.
<p>
If you
want to work with general N-dimensional column vectors then you
should the
<a
href=
"#matrix"
>
matrix
</a>
object. In particular, you
should usually use a matrix with this type:
<tt>
dlib::matrix
<
double,0,1
>
</tt>
.
</p>
</description>
</description>
</component>
</component>
...
...
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