| 
| template<class M , class E1 , class E2 , class TRI >  | 
| BOOST_UBLAS_INLINE M &  | boost::numeric::ublas::sparse_prod (const matrix_expression< E1 > &e1, const matrix_expression< E2 > &e2, M &m, TRI, row_major_tag) | 
|   | 
| template<class M , class E1 , class E2 , class TRI >  | 
| BOOST_UBLAS_INLINE M &  | boost::numeric::ublas::sparse_prod (const matrix_expression< E1 > &e1, const matrix_expression< E2 > &e2, M &m, TRI, column_major_tag) | 
|   | 
| template<class M , class E1 , class E2 , class TRI >  | 
| BOOST_UBLAS_INLINE M &  | boost::numeric::ublas::sparse_prod (const matrix_expression< E1 > &e1, const matrix_expression< E2 > &e2, M &m, TRI, bool init=true) | 
|   | 
| template<class M , class E1 , class E2 , class TRI >  | 
| BOOST_UBLAS_INLINE M  | boost::numeric::ublas::sparse_prod (const matrix_expression< E1 > &e1, const matrix_expression< E2 > &e2, TRI) | 
|   | 
| template<class M , class E1 , class E2 >  | 
| BOOST_UBLAS_INLINE M &  | boost::numeric::ublas::sparse_prod (const matrix_expression< E1 > &e1, const matrix_expression< E2 > &e2, M &m, bool init=true) | 
|   | 
| template<class M , class E1 , class E2 >  | 
| BOOST_UBLAS_INLINE M  | boost::numeric::ublas::sparse_prod (const matrix_expression< E1 > &e1, const matrix_expression< E2 > &e2) | 
|   |