Skip to content
Snippets Groups Projects
  • Oliver Sander's avatar
    28674731
    Hand-code one specific matrix-matrix multiplication · 28674731
    Oliver Sander authored
    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]]
    28674731
    History
    Hand-code one specific matrix-matrix multiplication
    Oliver Sander authored
    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]]