#include <boost/lambda/lambda.hpp>
#include <utl/ListAssignmentProxy.h>
#include <utl/SMatrixSVectorOp.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::SMatrix< m, n, U > > |
specialization for custom class SMatrix<> More... | |
class | utl::SMatrix< n, m, T > |
Static (small and dense) matrix class. 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 > , SMatrix< n, m, T >, SMatrix < m, n, U > >::type | utl::operator* (const SMatrix< n, m, T > &a, const SMatrix< m, n, U > &b) |