Skip to content
Snippets Groups Projects
Commit 59afe332 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Implement code generation for matrix inversion in C++

Matrix inversion at code generation time does only work to
a very limited extent (up to n=4). We can instead assemble
the tensor in C++ and invert it there (e.g. using Dune::FieldMatrix)
parent c761cd04
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