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

20 Commits

Author SHA1 Message Date
b7151d1fc2 docs 2017-07-21 16:05:49 +02:00
6f08259466 Don't multiply if not necessary -> directly create element 2017-07-21 16:04:11 +02:00
d668574805 parent is constructable, don't use it in hash 2017-07-21 16:03:26 +02:00
c60e5a8c5c reworked inv + doc 2017-07-21 16:02:44 +02:00
70a8a9b72d get rid of the old parent stuff 2017-07-21 16:02:07 +02:00
0519d06baa add check argument to WreathProductElem constructor 2017-07-21 16:01:22 +02:00
36a0e8593d new multiplication 2017-07-21 15:59:47 +02:00
620b970f62 merge Binary operators and Inversion as Group operations 2017-07-21 14:33:53 +02:00
354da78769 clean-up show 2017-07-21 14:31:05 +02:00
68df946c81 don't construct parent(::WreatProductElem) when not necessary 2017-07-21 14:30:48 +02:00
7c1a96b64e don't compare parents when parents are constructable 2017-07-21 14:29:38 +02:00
89b89f13a5 there is no parent field 2017-07-21 14:23:47 +02:00
b89e60e508 standard outer constructors for WreathProduct{Elem} 2017-07-21 13:40:54 +02:00
06a4e50a2d don't compute G.N(p.n) and G.P(g.p) twice when coercing 2017-07-21 13:37:28 +02:00
4fa7d744c2 parent(WreathProductElem) is now computed on the fly ==> slow 2017-07-21 13:36:39 +02:00
a6f0685313 concrete updates to elem_type, parent_type 2017-07-21 13:36:04 +02:00
fa996d68fb make WreathProduct{Elem} concrete & immutable
parametrize by WreathProduct{Elem} by T<:Group{Elem}
2017-07-21 13:34:57 +02:00
a78e4ccea2 spacing 2017-07-16 21:43:43 +02:00
9626d16da9 merge modules DirectProducts, WreathProducts into Groups 2017-06-22 15:04:51 +02:00
00f5fc1f23 add DirectProducts and WreathProducts 2017-06-22 14:21:25 +02:00