Skip to content

Implement code generation for matrix inversion in C++

Dominic Kempf requested to merge feature/matrix-inversion into master

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)

This fixes #123 (closed).

Still TODO:

  • Vectorized Inversion
Edited by Dominic Kempf

Merge request reports

Loading