Expand description
Contains algorithms for computing the Galois group and Galois closure of a
crate::rings::extension::number_field::NumberField
.
Structs§
- Galois
Automorphism unstable-enable
- Availability
Functions§
- compute_
galois_ closure unstable-enable
- Computes the Galois closure of
field
. - compute_
galois_ group unstable-enable
- If the number field is galois, returns its Galois group.
- find_
complex_ conjugation unstable-enable
- Finds the Galois automorphism that will become complex conjugation under
the given embedding
K -> C
.