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