Skip to content

[WIP] Simplify code using asMatrix()

Carsten Gräser requested to merge feature/use-scalarmatrixview into master

This is based on dune-common!656 (merged) which introduces Impl::asMatrix() using this we can avoid many Hybrid::ifElse constructions which increase complexity of the implementation and error messages. Furthermore we can drop toMatrix() which fixed #63 (closed).

Merge request reports