forked from oscar-system/Oscar.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add `descent_to_minimal_degree_field` * Add `descent_to` method (finite field) * Replace some uses of `degree` with `absolute_degree` for finite fields * Easy fixes from code review * Fix on `_character` (now works for finite fields) * Fix(?) bug in `irreducible_submodules` * change (some) instances of `for _ = _` to `for _ in _` * a few more `=` -> `in` * add lazy cocycles * Satz 15 * Satz 15 a & b * base_field assertion in relative_field * add can_be_defined_over/_with_data for finite fields. * Remove redundant `gmodule` signature * remove `brueckner` test (for now) * Update experimental/GModule/Brueckner.jl Co-authored-by: Max Horn <[email protected]> --------- Co-authored-by: Claus Fieker <[email protected]> Co-authored-by: Max Horn <[email protected]>
- Loading branch information
1 parent
178f656
commit 6f8fe71
Showing
4 changed files
with
311 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.