Functions
raw_2d_array.h File Reference
#include "matrix.h"
#include <array>
#include "raw_2d_array.cpp"
Include dependency graph for raw_2d_array.h:
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< T > convert_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 ( 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 Aug 27 2015 11:56:52