Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
operation_blocked.hpp File Reference
#include <boost/numeric/ublas/traits.hpp>
#include <boost/numeric/ublas/detail/vector_assign.hpp>
#include <boost/numeric/ublas/detail/matrix_assign.hpp>
Include dependency graph for operation_blocked.hpp:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::numeric
 
 boost::numeric::ublas
 main namespace of uBLAS.
 

Functions

template<class V , typename V::size_type BS, class E1 , class E2 >
BOOST_UBLAS_INLINE V boost::numeric::ublas::block_prod (const matrix_expression< E1 > &e1, const vector_expression< E2 > &e2)
 
template<class V , typename V::size_type BS, class E1 , class E2 >
BOOST_UBLAS_INLINE V boost::numeric::ublas::block_prod (const vector_expression< E1 > &e1, const matrix_expression< E2 > &e2)
 
template<class M , typename M::size_type BS, class E1 , class E2 >
BOOST_UBLAS_INLINE M boost::numeric::ublas::block_prod (const matrix_expression< E1 > &e1, const matrix_expression< E2 > &e2, row_major_tag)
 
template<class M , typename M::size_type BS, class E1 , class E2 >
BOOST_UBLAS_INLINE M boost::numeric::ublas::block_prod (const matrix_expression< E1 > &e1, const matrix_expression< E2 > &e2, column_major_tag)
 
template<class M , typename M::size_type BS, class E1 , class E2 >
BOOST_UBLAS_INLINE M boost::numeric::ublas::block_prod (const matrix_expression< E1 > &e1, const matrix_expression< E2 > &e2)