|
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) |
|