Skip to content
Snippets Groups Projects
Commit 28674731 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Hand-code one specific matrix-matrix multiplication

This has two advantages:
- The two matrices use different number types (adouble vs. double),
  but the generic multiplication in dune/istl/matrix.hh doesn't support
  that.  Hence before this change I had to patch dune-istl.
- It avoids one extra copying operation

[[Imported from SVN: r9703]]
parent f6292f45
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment