From b395e2a91f10c0e2c6d704ada9a5c5448b232866 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 19 May 2013 21:25:44 +0000 Subject: * algebra/matcat.spad.pamphlet: Use ShallowlyMutableAggregate. --- src/ChangeLog | 4 ++++ src/algebra/matcat.spad.pamphlet | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 91302ecf..30febf85 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2013-05-19 Gabriel Dos Reis + + * algebra/matcat.spad.pamphlet: Use ShallowlyMutableAggregate. + 2013-05-19 Gabriel Dos Reis * algebra/aggcat2.spad.pamphlet: Use ShallowlyMutableAggregate. 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 => -- cgit v1.2.3