Tommy Hofmann
Tommy Hofmann
I think writing `rand(make(S,...))` instead of `rand(S,...)` is not acceptable. Maybe we should just ditch RandomExtensions if it makes loading everything so much slower.
Agree with Claus. Either it is an error or quiet.
I don't doubt that this package is the best thing since sliced bread. What I am not sure about is whether it helps at all with our matrix pains. Indeed,...
What is up with all the ``` something_very_long = [ 1, 2, 3, 4, 5, 6 ``` being changed to ``` something_very_long = [ 1, 2, 3, 4, 5, 6...
I only checked the first 100 lines. I have 49000 left to check.
the Nemo PR has the same problems
Status quo it is. The inconsistent indentation does not effect readability. On the other hand, the changes here do not add anything for readability, but they are actually making it...
Tests not passing
Do we need to rename `abs_series_type`? The `*_type` functions are more internal in nature.
Since we have proper matrix algebras in Hecke, I will probably change everything so that the AA one will not be visible downstream anymore.