#include <boost/numeric/ublas/matrix_proxy.hpp>#include <boost/numeric/ublas/vector.hpp>#include <boost/iterator/iterator_facade.hpp>#include <boost/range/iterator_range.hpp>#include <boost/type_traits/is_convertible.hpp>#include <boost/utility/enable_if.hpp>
Classes | |
| class | boost::numeric::ublas::detail::matrix_vector_iterator< Matrix, Reference > |
| Iterator used in the represention of a matrix as a vector of rows or columns. More... | |
| class | boost::numeric::ublas::matrix_row_vector< Matrix > |
Represents a Matrix as a vector of rows. More... | |
| class | boost::numeric::ublas::matrix_column_vector< Matrix > |
Represents a Matrix as a vector of columns. More... | |
Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::numeric | |
| boost::numeric::ublas | |
| main namespace of uBLAS. | |
| boost::numeric::ublas::detail | |
Functions | |
| template<class Matrix > | |
| matrix_row_vector< Matrix > | boost::numeric::ublas::make_row_vector (matrix_expression< Matrix > &matrix) |
Convenience function to create matrix_row_vector. More... | |
| template<class Matrix > | |
| matrix_row_vector< Matrix const > | boost::numeric::ublas::make_row_vector (matrix_expression< Matrix > const &matrix) |
Convenience function to create matrix_row_vector. More... | |
| template<class Matrix > | |
| matrix_column_vector< Matrix > | boost::numeric::ublas::make_column_vector (matrix_expression< Matrix > &matrix) |
Convenience function to create matrix_column_vector. More... | |
| template<class Matrix > | |
| matrix_column_vector< Matrix const > | boost::numeric::ublas::make_column_vector (matrix_expression< Matrix > const &matrix) |
Convenience function to create matrix_column_vector. More... | |