Skip to content
Snippets Groups Projects

Add componentwise function application and componentwise product for vectors

Open lh1887 requested to merge feature/componentwise-vector-maps into master
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -4,7 +4,6 @@
#define DUNE_MATRIX_VECTOR_COMPONENTWISE_VECTOR_MAPS
#include <dune/common/hybridutilities.hh>
#include <dune/common/typetraits.hh>
#include <dune/common/iteratorfacades.hh>
namespace Dune {
namespace MatrixVector {
Loading