Reduce usage of reserved names
In Eigen there are quite some usages of reserved names. For example, we use leading underscores in identifiers, which is reserved for implementation, see also discussion in #2205 (closed) and #361 (closed).
Reference issue
See also #361 (closed) and !575 (merged).
What does this implement/fix?
This MR fixes several usages of reserved names.
Note: The MR is still work in progress.
Additional information
- As in !575 (merged) / commit 4ba872bd I am moving the underscore to the end of the name. Please let me know if you prefer another replacement rule.
- I would be very happy if somebody could review my MR.
Edited by Kolja Brix