Max Horn
Max Horn
Most of this was commented out for an extended period of time. A few things weren't but simply are not in use by any distributed package anymore. Specifically, the following...
This is not yet quite done, but the goal is to ensure that the GAP kernel and library use the same (identical, egal) plist of root paths. This has multiple...
Resolves #5998 in so far as that the error there is fixed; and then the next error this reveals. However, the example there still will lead to an error because...
Faster `IsFinite` for rational matrix groups (and hence for matrix groups over cyclotomics as well)
Resolves #6006 Implements the algorithm from Detinko, Flannery, O'Brien "Recognizing finite matrix groups over infinite fields", Section 4.2, which we also have in OSCAR (only in OSCAR we also do...
We have lots of information on this but it is spread over too many places. - [chapter 76](https://docs.gap-system.org/doc/ref/chap76_mj.html) of the reference manual - several pages on the website (see also...
Consider code like this in `lib/meataut.gi`: ```gap a:=a - a[r,c] * nilbase[i] / nilbase[i][r,c]; ``` where `a` and `nilbase[i]` are square matrices. This is highly inefficient: first the scalar division...
Things I'd like to see done for GAP 4.14.1 - new `recog` release - possibly new releases of `genss`, `orb`, ... - ...
I am not 100% sure how to best to this, but it might have caught the regression fixed by issue #1516, and possibly others. Also, it would fit nicely into...
This is needed by GAP.jl (which currently does it by "manually" poking 0 into `SyLoadSystemInitFile`), and also logically makes sense. One way would be to add an argument `BOOL dontLoadInitFile`...