You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ModulePresentationsForCAP/gap/precompiled_categories/LeftPresentationsAsFreydCategoryOfCategoryOfRowsOfArbitraryRingPrecompiled.gi
+30
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,25 @@ end
129
129
130
130
, 100 );
131
131
132
+
##
133
+
AddIsEqualForObjects( cat,
134
+
135
+
########
136
+
function ( cat_1, arg2_1, arg3_1 )
137
+
local deduped_1_1, deduped_2_1;
138
+
deduped_2_1 := UnderlyingMatrix( arg3_1 );
139
+
deduped_1_1 := UnderlyingMatrix( arg2_1 );
140
+
if NumberRows( deduped_1_1 ) = NumberRows( deduped_2_1 ) and NumberColumns( deduped_1_1 ) = NumberColumns( deduped_2_1 ) then
Copy file name to clipboardExpand all lines: ModulePresentationsForCAP/gap/precompiled_categories/LeftPresentationsAsFreydCategoryOfCategoryOfRowsOfCommutativeRingPrecompiled.gi
+30
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,25 @@ end
129
129
130
130
, 100 );
131
131
132
+
##
133
+
AddIsEqualForObjects( cat,
134
+
135
+
########
136
+
function ( cat_1, arg2_1, arg3_1 )
137
+
local deduped_1_1, deduped_2_1;
138
+
deduped_2_1 := UnderlyingMatrix( arg3_1 );
139
+
deduped_1_1 := UnderlyingMatrix( arg2_1 );
140
+
if NumberRows( deduped_1_1 ) = NumberRows( deduped_2_1 ) and NumberColumns( deduped_1_1 ) = NumberColumns( deduped_2_1 ) then
Copy file name to clipboardExpand all lines: ModulePresentationsForCAP/gap/precompiled_categories/LeftPresentationsAsFreydCategoryOfCategoryOfRowsOfFieldPrecompiled.gi
+30
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,25 @@ end
129
129
130
130
, 100 );
131
131
132
+
##
133
+
AddIsEqualForObjects( cat,
134
+
135
+
########
136
+
function ( cat_1, arg2_1, arg3_1 )
137
+
local deduped_1_1, deduped_2_1;
138
+
deduped_2_1 := UnderlyingMatrix( arg3_1 );
139
+
deduped_1_1 := UnderlyingMatrix( arg2_1 );
140
+
if NumberRows( deduped_1_1 ) = NumberRows( deduped_2_1 ) and NumberColumns( deduped_1_1 ) = NumberColumns( deduped_2_1 ) then
Copy file name to clipboardExpand all lines: ModulePresentationsForCAP/gap/precompiled_categories/RightPresentationsAsFreydCategoryOfCategoryOfColumnsOfArbitraryRingPrecompiled.gi
+30
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,25 @@ end
129
129
130
130
, 100 );
131
131
132
+
##
133
+
AddIsEqualForObjects( cat,
134
+
135
+
########
136
+
function ( cat_1, arg2_1, arg3_1 )
137
+
local deduped_1_1, deduped_2_1;
138
+
deduped_2_1 := UnderlyingMatrix( arg3_1 );
139
+
deduped_1_1 := UnderlyingMatrix( arg2_1 );
140
+
if NumberColumns( deduped_1_1 ) = NumberColumns( deduped_2_1 ) and NumberRows( deduped_1_1 ) = NumberRows( deduped_2_1 ) then
Copy file name to clipboardExpand all lines: ModulePresentationsForCAP/gap/precompiled_categories/RightPresentationsAsFreydCategoryOfCategoryOfColumnsOfCommutativeRingPrecompiled.gi
+30
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,25 @@ end
129
129
130
130
, 100 );
131
131
132
+
##
133
+
AddIsEqualForObjects( cat,
134
+
135
+
########
136
+
function ( cat_1, arg2_1, arg3_1 )
137
+
local deduped_1_1, deduped_2_1;
138
+
deduped_2_1 := UnderlyingMatrix( arg3_1 );
139
+
deduped_1_1 := UnderlyingMatrix( arg2_1 );
140
+
if NumberColumns( deduped_1_1 ) = NumberColumns( deduped_2_1 ) and NumberRows( deduped_1_1 ) = NumberRows( deduped_2_1 ) then
0 commit comments