aboutsummaryrefslogtreecommitdiff
path: root/src/algebra
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra')
-rw-r--r--src/algebra/matcat.spad.pamphlet4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/algebra/matcat.spad.pamphlet b/src/algebra/matcat.spad.pamphlet
index 530a083a..6b4a56d5 100644
--- a/src/algebra/matcat.spad.pamphlet
+++ b/src/algebra/matcat.spad.pamphlet
@@ -493,7 +493,7 @@ MatrixCategory(R,Row,Col): Category == Definition where
--convert [convert('matrix)@InputForm,
--convert listOfLists x]$List(InputForm)
- if Col has shallowlyMutable then
+ if Col has ShallowlyMutableAggregate R then
x:% * v:Col ==
ncols(x) ~= #v =>
@@ -507,7 +507,7 @@ MatrixCategory(R,Row,Col): Category == Definition where
sum
w
- if Row has shallowlyMutable then
+ if Row has ShallowlyMutableAggregate R then
v:Row * x:% ==
nrows(x) ~= #v =>