Commit Graph

37 Commits

Author SHA1 Message Date
femtocleaner[bot] be7b401762 Fix deprecations 2018-09-26 18:03:07 +00:00
kalmarek 1aa64647c8 replace strings with Symbols 2019-01-03 03:37:37 +01:00
kalmarek 77efcdff3e trivial changes for julia-0.7 2018-09-21 18:08:44 +02:00
kalmarek 192230c8d3 throw uniformly DomainError on check 2018-07-30 14:59:11 +02:00
kalmarek f2fb7f53cd move ==(::GSymbol, ::GSymbol) to Groups.jl 2018-04-09 13:00:50 +02:00
kalmarek 3ac9231032 replace free_reduce! -> freereduce! 2018-04-02 18:19:55 +02:00
kalmarek e6b1b2a663 make id always have length 0 2018-03-28 12:21:50 +02:00
kalmarek 6939c0f00a introduce GroupWord{T} <: GWord{T<:GSymbol}
This allows subtyping of GWord{T} with more specific group elements
2018-03-26 07:24:37 +02:00
kalmarek 203e084ff3 don't print overly long presentations 2018-03-22 10:49:52 +01:00
kalmarek 36b87c12fa Merge branch 'master' into enh/julia-v0.6
# Conflicts:
#	src/FPGroups.jl
2017-09-13 11:17:42 +02:00
kalmar 32f07e1315 git fix typealias 2017-07-06 10:04:39 +02:00
kalmar 02c1022846 use @compat for types, etc 2017-07-06 09:22:56 +02:00
kalmar f395af242b add FPGroups.jl file 2017-07-06 09:09:49 +02:00
kalmar 86ec33b8a0 mv FPGroup.jl -> FreeGroup.jl 2017-05-12 20:14:26 +02:00
kalmar 84830f0d3a remove rels from FPGroup making it effecively FreeGroup 2017-05-12 19:49:54 +02:00
kalmar 83e40972a7 define show for <:GSymbol 2017-05-12 19:48:33 +02:00
kalmar 3d944d2de2 define isone for <:GSymbol 2017-05-12 19:46:59 +02:00
kalmar 2a3baab61a indentation 2017-05-11 18:28:29 +02:00
kalmar f256f60ca3 headers 2017-05-11 18:28:00 +02:00
kalmar 9570b8c84a remove unused 2017-05-11 18:27:05 +02:00
kalmar 0c699894fa FreeGroup utility function 2017-05-11 18:26:37 +02:00
kalmar 8dd4d96b6f actually (<) and (<=) for FPSymbols were never used 2017-05-11 18:25:23 +02:00
kalmar 5f90c0c7b1 add_rel! and quotientgroup for the future 2017-05-11 18:24:05 +02:00
kalmar 1c638e296c FPSymbol inversion 2017-05-11 18:23:01 +02:00
kalmar e2585b5733 (==), (<) and (<=) for FPSymbols 2017-05-11 18:22:37 +02:00
kalmar 6d8f244ee8 show for FPSymbol 2017-05-11 18:22:04 +02:00
kalmar 48a80760fd add_gen! was never used 2017-05-11 18:21:40 +02:00
kalmar 1e8c9468de G.gens return parentless symbols; use generators(G); 2017-05-11 18:21:05 +02:00
kalmar 6c312cfef3 hash, isone, change_pow, length for FPSymbol 2017-05-11 18:19:59 +02:00
kalmar 31cb855c9c FPGroup type overloads 2017-05-11 18:18:06 +02:00
kalmar f3c36f132b parent_type, elem_type 2017-05-11 18:17:42 +02:00
kalmar 71c2367cae exports 2017-05-11 18:17:08 +02:00
kalmar 2d72393292 constructors 2017-05-11 18:16:51 +02:00
kalmar 6a29797557 the new definition of FPGroup <: Group 2017-05-11 18:16:21 +02:00
kalmar de6f6bc52d introduce FPSymbol as concrete type of GSymbol, parentless 2017-05-11 18:14:59 +02:00
kalmar e08a5c71b3 FPGroups is imported in Groups.jl, no need to import 2017-05-11 17:35:15 +02:00
kalmar 68e5e8e3ea add FPGroups.jl 2017-05-09 17:46:52 +02:00