updated docs

This commit is contained in:
Davis King 2013-02-28 21:54:42 -05:00
parent d1352e344e
commit 933fd7e724
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<p>
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.
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
<a href="dlib/svm/sparse_vector_abstract.h.html#sparse_vectors">dlib/svm/sparse_vector_abstract.h</a>.
</p>