![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <boost/numeric/ublas/traits.hpp>
#include <boost/numeric/ublas/detail/vector_assign.hpp>
#include <boost/numeric/ublas/detail/matrix_assign.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 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 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) |
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, row_major_tag) |
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) |