try to propagate multiplication tables better
This commit is contained in:
parent
ca39aef5e4
commit
9fe7800287
@ -343,7 +343,7 @@ InstallMethod(PrintObj, "for an element of magma by multiplication table",
|
||||
function(obj) Print(String(obj)); end);
|
||||
|
||||
## Property of a collection that its elements know their multiplication table
|
||||
InstallMethod(IsBuiltFromMultiplicationTable, "for a collection",
|
||||
InstallImmediateMethod(IsBuiltFromMultiplicationTable, "for a collection",
|
||||
[IsCollection],
|
||||
C -> HasMultiplicationTable(ElementsFamily(FamilyObj(C)))
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user