Functions
std_2d_array.cpp File Reference
#include "std_2d_array.h"
#include "munkres.h"
Include dependency graph for std_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_std_2d_array_to_munkres_matrix (const std::array< std::array< T, dimention >, dimention > &array)
template<typename T , const unsigned int dimention>
void fill_std_2d_array_from_munkres_matrix (std::array< std::array< T, dimention >, dimention > &array, const Matrix< T > &matrix)
template<const unsigned int dimension>
void solve (std::array< std::array< double, dimension >, dimension > &m)

Function Documentation

template<typename T , const unsigned int dimention>
Matrix<T> convert_std_2d_array_to_munkres_matrix ( const std::array< std::array< T, dimention >, dimention > &  array)

Definition at line 23 of file std_2d_array.cpp.

template<typename T , const unsigned int dimention>
void fill_std_2d_array_from_munkres_matrix ( std::array< std::array< T, dimention >, dimention > &  array,
const Matrix< T > &  matrix 
)

Definition at line 36 of file std_2d_array.cpp.

template<const unsigned int dimension>
void solve ( std::array< std::array< double, dimension >, dimension > &  m)

Definition at line 46 of file std_2d_array.cpp.



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