Alexander J. Pfleger
Alexander J. Pfleger
The firstly intended clang tidy check `modernize-use-std-numbers` is not suited for us: - it doesn't flag macros like `M_PI` - it flags values in our tables that get close to...
For some time, we had a rather random usage of `ActsScalar` instead of `double`. This generated mismatches child classes which made it impossible to compile the project. This PR starts...
Align both algorithms when it comes to variable names and structure.
Clean up CTD-code and prepare it for main. - Working example exist - prediction relies on special casing to remove sign. How do we implement this? -> maybe no real...
blocked by - https://github.com/acts-project/acts/pull/4866