1
0
mirror of https://github.com/kalmarek/GroupRings.jl.git synced 2024-07-30 14:10:31 +02:00
Commit Graph

251 Commits

Author SHA1 Message Date
6fac166a04
new, simple arithmetic + tests 2021-06-19 01:02:22 +02:00
1151ac7bd3
StarAlgebras (+their elements) based on Basis and MStructures 2021-06-19 00:59:35 +02:00
781e26299f
add CachedMTables 2021-06-19 00:54:40 +02:00
230d479cc6
add baseless MTable backed by simple multiplication table 2021-06-19 00:50:34 +02:00
5caa4facbb
add ProductNotDefined error 2021-06-19 00:48:04 +02:00
a1f5f0a24c
add TrivialMStructure <: MultiplicativeStructure + API 2021-06-19 00:47:30 +02:00
e103059b23
implement minimal Basis struct 2021-06-19 00:45:15 +02:00
e3b1498efa
fix: deepcopy for baseless rings 2020-10-17 16:48:36 +02:00
80ffa083cf
fix broadcasting intervals over GroupRingElem 2020-10-17 01:45:29 +02:00
3054fa40d1
remove warnings 2020-10-04 21:12:18 +02:00
002954f5de
minor changes 2020-08-27 10:19:11 +02:00
31cf3b552d
use === for checking parent in Base.:* 2020-08-27 10:18:46 +02:00
f5f173fdb8
use star() instead of inv() when creating pm_matrix 2020-08-27 10:09:17 +02:00
222063c2fc
add hasbasis 2020-06-23 15:44:23 +02:00
6abca60e8a
LinearAlgebra.norm is not imported, so it must be specified 2020-04-19 21:49:53 +02:00
ef616f11bd
update to AA-0.9 2020-04-06 16:39:26 +02:00
9225d2153f
use Base.one instead of (::Group)() 2019-11-19 11:30:29 +01:00
82ca5abed3
use get in create_pm 2019-10-30 17:16:49 +01:00
af1ca3e6e7
use GroupOrNCRing[Elem]
in AbstractAlgebra Rings are not groups
2019-07-01 01:05:48 +02:00
e773ed99b5
relax MatSpaces to NCRings 2019-06-30 18:59:16 +02:00
4bebf0df5d
relax assumptions on coeffs<:Numbers 2019-06-28 09:25:36 +02:00
d044cc693b
stylistic changes to mul! 2019-06-28 09:25:33 +02:00
femtocleaner[bot]
6c04516ed8 Fix deprecations 2018-09-26 18:03:07 +00:00
76e933313c
fix one(GroupRing{<:MatSpace}) 2019-03-10 16:56:31 +01:00
b8779b44cc scalar*Vector needs .* on julia-1.0 2019-01-17 08:32:09 +01:00
01071414f7 no need for prefix to fmac!: it is not exported 2019-01-09 16:54:45 +01:00
e39a1c8b4d replace fastm keyword by cachedmul 2019-01-09 16:53:44 +01:00
43b10d8029 explicitely extend norm and sparse 2019-01-09 16:52:40 +01:00
2be41a3774 add @doc 2019-01-09 11:13:11 +01:00
5785663efa changes to docs 2019-01-08 03:17:56 +01:00
b25ae0fc4f fix equality of GroupRings 2019-01-02 17:07:46 +01:00
e6555551c1 rename mul! and fmac! to specific GRmul! and GRfmac! 2019-01-02 17:07:17 +01:00
ecc44a8da6 Merge remote-tracking branch 'origin/AutFn' into enh/julia-v0.7 2019-01-02 16:21:58 +01:00
4be3bbf5e8 better printing 2019-01-02 16:13:41 +01:00
853f0ac45a add fmac! low-level operation 2018-11-22 19:59:09 +01:00
69419d9294 fix powering on julia-1.0 2018-10-24 20:29:57 +02:00
11e7b46806 no warn on julia-1.0 2018-10-01 10:57:55 +02:00
e8d8686831 there is no full on Julia-1.0 2018-10-01 10:08:40 +02:00
93f48af087 remove excess of constructors 2018-09-24 00:30:44 +02:00
bf97fc083b Permutation group is iterable 2018-09-24 00:30:18 +02:00
d85d7c76c6 remove deepcopy_internal 2018-09-21 21:11:52 +02:00
04f29f0b34 more or less trivial changes 2018-09-21 21:11:30 +02:00
558cbc78d8 throw message on (::GroupRing)(::Vector) when no basis is defined 2018-09-06 22:52:48 +02:00
e53c638939 add full(::GroupRingElem) and sparse(::GroupRingElem) 2018-08-15 19:29:11 +02:00
2c7d968990 embedding constructor of GroupRing produces sparse GroupRingElem 2018-08-15 19:28:14 +02:00
d5e390bce3 don't complete if basis is not defined 2018-08-15 19:27:19 +02:00
607d2b42c0 fix constructor issue 2018-08-14 20:18:34 +02:00
c7115c689e preserve storage type of X.coeffs 2018-08-14 19:28:24 +02:00
2fee695b51 fix addition/subtraction for different coeff types 2018-08-14 09:47:15 +02:00
6b2cd781c7 general clean-up 2018-08-13 20:55:27 +02:00