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 > &) |
template<typename T > | |
void | fill_boost_matrix_from_munkres_matrix (boost::numeric::ublas::matrix< T > &boost_matrix, const Matrix< T > &) |
void | solve (boost::numeric::ublas::matrix< double > &) |
Matrix<T> convert_boost_matrix_to_munkres_matrix | ( | const boost::numeric::ublas::matrix< T > & | ) |
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 > & | |||
) |
Definition at line 37 of file boost_matrix.cpp.
void solve | ( | boost::numeric::ublas::matrix< double > & | ) |
Definition at line 47 of file boost_matrix.cpp.