

Go to the source code of this file.
Functions | |
| template<typename T > | |
| Matrix< T > | convert_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) |
| 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.
| 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.