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

Go to the source code of this file.

Functions

template<typename T >
Matrix< Tconvert_boost_matrix_to_munkres_matrix (const boost::numeric::ublas::matrix< T > &boost_matrix)
template<typename T >
void fill_boost_matrix_from_munkres_matrix (boost::numeric::ublas::matrix< T > &boost_matrix, const Matrix< T > &matrix)
void solve (boost::numeric::ublas::matrix< double > &boost_matrix)

Function Documentation

template<typename T >
Matrix<T> convert_boost_matrix_to_munkres_matrix ( const boost::numeric::ublas::matrix< T > &  boost_matrix)

Definition at line 23 of file boost_matrix.cpp.

template<typename T >
void fill_boost_matrix_from_munkres_matrix ( boost::numeric::ublas::matrix< T > &  boost_matrix,
const Matrix< T > &  matrix 
)

Definition at line 37 of file boost_matrix.cpp.

void solve ( boost::numeric::ublas::matrix< double > &  boost_matrix)

Definition at line 47 of file boost_matrix.cpp.



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