1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-09-13 08:25:39 +02:00
Commit Graph

444 Commits

Author SHA1 Message Date
dd6588f018
add Homomorphisms 2022-04-02 14:24:01 +02:00
cb933c3f87
add implementation of MatrixGroups as fp groups 2022-04-02 14:21:42 +02:00
db5d60134c
replace ThreadsX by Folds 2022-04-02 14:18:53 +02:00
adb42c8919
move autFn and mcg to aut_groups folder 2022-04-02 14:17:40 +02:00
20711aa1e8
remove the default rewriting(G::AbstractFPGroup)
It's better to show MethodError than to default to surprising behaviour.
2021-12-18 21:57:41 +01:00
f2d2d4ee52
prettier printing for FPGroups 2021-12-18 20:03:47 +01:00
5b5f3e3811
allow passing order directly to FPGroup constructor 2021-12-18 19:33:37 +01:00
e770990d35
fix: specialize printing for Type{<:Automorphism} 2021-12-13 09:54:32 +01:00
7ac7b3aa5b
formatting 2021-12-11 13:55:47 +01:00
70bd59e9b9
shorten printing of types 2021-12-11 13:55:31 +01:00
f883b5172e
use equality_data for checking ==
(defaults to word)
2021-12-11 13:53:17 +01:00
f00de84d29
bump to 0.7 and update compats 2021-09-28 15:47:09 +02:00
baec864437
uncomplicate Transvections 2021-08-13 16:54:45 +02:00
960a70afef
Merge branch 'master' into enh/mcg 2021-08-13 16:22:38 +02:00
5ed9357ba5
export gens 2021-08-13 16:22:37 +02:00
0fbdbbde14
fix inverses and symplectic twists to finally arrive at SAut(π₁Σ) 2021-08-13 16:22:37 +02:00
1d4e219687
remove PermLeftAut 2021-08-13 16:22:36 +02:00
67e7a3105e
add rotation_element and correct Te, Ta, Tα 2021-08-13 16:22:35 +02:00
4014b4f7b8
remove Alphabet arg from evaluate 2021-08-13 16:22:35 +02:00
156e4a2af3
renumerate Dehn Twists 2021-07-21 16:26:22 +02:00
6b354d449b
remove new_types.jl again 2021-07-20 10:39:21 +02:00
ed1e3f9709
store invperm in SMC to avoid allocation in evaluate 2021-07-18 18:36:07 +02:00
bcce338754
refactor wlmetric_ball 2021-07-17 20:23:41 +02:00
27e768639d
first try at compiled automorphisms 2021-07-17 20:11:32 +02:00
a258c563d1
make smc acting on the right 2021-07-12 11:11:39 +02:00
a742bf32ec
add code for forward evaluation 2021-07-09 16:46:15 +02:00
eef13c9afa
Since SMC act from the left(!) distinguish Aut(Left|Right)Perm 2021-07-07 10:36:40 +02:00
99fd238cf2
permute π₁Σ generators to maintain coherent order with Aut(F_n) 2021-07-07 10:34:42 +02:00
3629b07626
add gens_idcs to SymplecticMappingClass 2021-07-07 10:33:34 +02:00
79a4450ef9
create mcg_twists from Aut(F_n) directly 2021-07-07 10:32:13 +02:00
15a737bfa5
add PermAut(omorphisms) 2021-07-05 15:05:57 +02:00
939d231bbe
pretty printing for automorphisms 2021-07-05 15:05:37 +02:00
b191457526
fix: AbstractFPGroupElement change order of args in FPGroupElement 2021-07-05 15:05:03 +02:00
2f5401be83
add maxrules to SpecialAutomorphismGroup 2021-06-29 16:54:00 +02:00
29b6675a8a
introduce AbstractFPGroupElement 2021-06-29 16:52:35 +02:00
394d9a7aac
Merge branch 'master' into enh/GroupsCore 2021-06-28 09:40:25 +02:00
fe347423d4
fix imports/exports and Project.toml 2021-06-21 19:14:42 +02:00
9436301271
rename files in src 2021-06-21 18:53:22 +02:00
8cd1f09d74
add exports, remove New module from tests 2021-06-21 18:45:10 +02:00
26781bad5c
remove the old implementation 2021-06-21 18:16:04 +02:00
7d5c7ac623
remove fishy part in normalform! that was never hit 2021-06-21 17:56:29 +02:00
39f4ef4b5f
test show methods 2021-06-21 17:56:28 +02:00
8cb64d947d
create FreeGroup(::Alphabet) on the correct number of gens 2021-06-21 17:52:51 +02:00
2992244a24
make evaluate[!] a general thing for AutomorphismGroups 2021-06-21 16:37:15 +02:00
33086db01d
add tests for Aut(Σ₄.₁) 2021-06-10 12:55:21 +02:00
d238854095
first working version of Automorphisms of surface groups 2021-06-08 16:20:11 +02:00
979ffaccfa
some eye-candy 2021-06-08 16:20:10 +02:00
66a33e7c72
make evaluate[!] a general thing for AutomorphismGroups 2021-06-08 16:20:10 +02:00
e7740b9716 WIP: mcgs 2021-05-28 18:54:21 +02:00
f74b48b890 separate SAut(F_n) from AutomorphismGroups 2021-05-28 14:20:17 +02:00