Commit 8e82a235 authored by Davis King's avatar Davis King

clarified spec

parent f3b154df
...@@ -508,8 +508,8 @@ namespace dlib ...@@ -508,8 +508,8 @@ namespace dlib
- v is an unsorted sparse vector - v is an unsorted sparse vector
ensures ensures
- returns a copy of v which is a sparse vector. - returns a copy of v which is a sparse vector.
(i.e. it will be properly sorted and not have any duplicate (i.e. it will be properly sorted and not have any duplicate key values but
key values). will still logically represent the same vector).
!*/ !*/
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
...@@ -661,6 +661,7 @@ namespace dlib ...@@ -661,6 +661,7 @@ namespace dlib
!*/ !*/
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
} }
#endif // DLIB_SVm_SPARSE_VECTOR_ABSTRACT_ #endif // DLIB_SVm_SPARSE_VECTOR_ABSTRACT_
......
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