Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
matrix_vector.hpp File Reference
Include dependency graph for matrix_vector.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...