Commit 933fd7e7 authored by Davis King's avatar Davis King

updated docs

parent d1352e34
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<p> <p>
Most of the linear algebra tools deal with dense matrices. However, there is also Most of the linear algebra tools deal with dense matrices. However, there is also
a limited amount of support for working with sparse matrices and vectors. a limited amount of support for working with sparse matrices and vectors.
In particular, the dlib tools represent sparse vectors using the container objects In particular, the dlib tools represent sparse vectors using the containers
in the C++ STL. For details, see the notes at the top of in the C++ STL. For details, see the notes at the top of
<a href="dlib/svm/sparse_vector_abstract.h.html#sparse_vectors">dlib/svm/sparse_vector_abstract.h</a>. <a href="dlib/svm/sparse_vector_abstract.h.html#sparse_vectors">dlib/svm/sparse_vector_abstract.h</a>.
</p> </p>
......
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