Functions
raw_2d_array.cpp File Reference
#include "raw_2d_array.h"
#include "munkres.h"
Include dependency graph for raw_2d_array.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T , const unsigned int dimention>
Matrix< Tconvert_raw_2d_array_to_munkres_matrix (const T array[dimention][dimention])
template<typename T , const unsigned int dimention>
void fill_raw_2d_array_from_munkres_matrix (T array[dimention][dimention], const Matrix< T > &matrix)
template<const unsigned int dimension>
void solve (double m[dimension][dimension])

Function Documentation

template<typename T , const unsigned int dimention>
Matrix<T> convert_raw_2d_array_to_munkres_matrix ( const T  array[dimention][dimention])

Definition at line 23 of file raw_2d_array.cpp.

template<typename T , const unsigned int dimention>
void fill_raw_2d_array_from_munkres_matrix ( T  array[dimention][dimention],
const Matrix< T > &  matrix 
)

Definition at line 36 of file raw_2d_array.cpp.

template<const unsigned int dimension>
void solve ( double  m[dimension][dimension])

Definition at line 46 of file raw_2d_array.cpp.



explorer
Author(s): Daniel Neuhold , Torsten Andre
autogenerated on Thu Jun 6 2019 20:59:53