Skip to content
Snippets Groups Projects

Added outer product for FieldVector

Merged Praetorius, Simon requested to merge feature/fieldmatvec_outer_product into master
2 files
+ 15
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -367,6 +367,9 @@ namespace Dune
template <class T, class S, int N, int M, int K>
auto outer(FieldMatrix<T,N,K> const& vec1, FieldMatrix<S,M,K> const& vec2);
template <class T, class S, int N, int M>
auto outer(FieldVector<T,N> const& vec1, FieldVector<S,M> const& vec2);
// ----------------------------------------------------------------------------
template <class T>
Loading