"git@developer.sourcefind.cn:OpenDAS/torch-sparce.git" did not exist on "54d8418e07e2a85fad52d72644f4de2280b04ee9"
Commit 7640dece authored by Davis King's avatar Davis King
Browse files

clarified spec

parent a9fd939c
......@@ -50,6 +50,9 @@ namespace dlib
- The elements of A are unique. That is, there aren't any
elements of A which are equal.
- A.size() == cost.nr()
- This function implements the O(N^3) version of the Hungarian algorithm
where N is the number of rows in the cost matrix.
!*/
// ----------------------------------------------------------------------------------------
......
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