#include <numeric>
#include <boost/lambda/lambda.hpp>
#include <utl/SparseVector.h>
#include <utl/SparseMatrix.h>
Go to the source code of this file.
Classes | |
class | boost::lambda::plain_return_type_2< arithmetic_action< multiply_action >, utl::SparseMatrix< T >, utl::SparseVector< U > > |
specialization for SMatrix<> * SVector<> More... | |
Namespaces | |
boost | |
boost::lambda | |
utl | |
Functions | |
template<typename T , typename U > | |
boost::lambda::return_type_2 < boost::lambda::arithmetic_action < boost::lambda::multiply_action > , SparseMatrix< T > , SparseVector< U > >::type | utl::operator* (const SparseMatrix< T > &m, const SparseVector< U > &v) |