Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms

operation_sparse.hpp File Reference

#include <boost/numeric/ublas/traits.hpp>
Include dependency graph for operation_sparse.hpp:

Go to the source code of this file.

Namespaces

namespace  boost
namespace  boost::numeric
namespace  boost::numeric::ublas
 

contains all important classes and functions of uBLAS


Functions

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 >
BOOST_UBLAS_INLINE M boost::numeric::ublas::sparse_prod (const matrix_expression< E1 > &e1, const matrix_expression< E2 > &e2)
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 , 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 , 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, M &m, TRI, column_major_tag)