#include <set>
#include <boost/operators.hpp>
#include <boost/numeric/ublas/vector.hpp>
#include <boost/numeric/ublas/vector_proxy.hpp>
#include <feel/feelcore/application.hpp>
#include <feel/feelalg/vector.hpp>
Go to the source code of this file.
|
template<typename T > |
VectorUblas< T > | Feel::element_product (VectorUblas< T > const &v1, VectorUblas< T > const &v2) |
|
template<typename T > |
VectorUblas< T > | Feel::element_product (boost::shared_ptr< VectorUblas< T > > const &v1, boost::shared_ptr< VectorUblas< T > > const &v2) |
|