Auxiliary external matrix class used in the Munkres algorithm (Hungarian). More...
#include <cassert>
#include <cstdlib>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | Matrix< T > |
Auxiliary external matrix class used in the Munkres algorithm (Hungarian).
Definition in file matrix.h.