diff options
author | dos-reis <gdr@axiomatics.org> | 2013-05-13 16:49:03 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2013-05-13 16:49:03 +0000 |
commit | bbaaa1fdccbb37ef8881b51edb6588060f30601a (patch) | |
tree | 5c66655da3cde03e1a1da7f7dd22af6bf0840b10 /src/ChangeLog | |
parent | 7bfa7b198f373dfafd78c4eb4bd4dac7b4533ffe (diff) | |
download | open-axiom-bbaaa1fdccbb37ef8881b51edb6588060f30601a.tar.gz |
* algebra/array2.spad.pamphlet (TwoDimensionalArrayCategory): Move
row column implementation to InnerTwoDimensionalArray.
(InnerTwoDimensionalArray): Simplify row and column implementation.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8cf54e0f..44369bc8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,12 +1,18 @@ 2013-05-13 Gabriel Dos Reis <gdr@integrable-solutions.net> + * algebra/array2.spad.pamphlet (TwoDimensionalArrayCategory): Move + row column implementation to InnerTwoDimensionalArray. + (InnerTwoDimensionalArray): Simplify row and column implementation. + +2013-05-13 Gabriel Dos Reis <gdr@integrable-solutions.net> + * algebra/array2.spad.pamphlet (InnerTwoDimensionalArray): Inherit empty? and empty from base domain. (TwoDimensionalArray): Attribute shallowlyMutable is already specified by TwoDimensionalArrayCategory. * algebra/matcat.spad.pamphlet (MatricCategory): Attributes shallowlyMutable and finiteAggregate are already specified by - TwoDimensionalArrayCategory. + TwoDimensionalArrayCategory. 2013-05-13 Gabriel Dos Reis <gdr@integrable-solutions.net> |