Skip to content

refactor algebra module

STEVAN Antoine requested to merge refactor-algebra into main

algebra, field and linalg were doing extremely similar things before...

this MR merges them into a single module algebra

  • old algebra and field are at the root of the new algebra
  • old linalg is now algebra::linalg

all references to these have been fixed in the rest of the codebase and the features have been tuned to work fine.

Merge request reports