aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/array2.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/array2.spad.pamphlet')
-rw-r--r--src/algebra/array2.spad.pamphlet6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/algebra/array2.spad.pamphlet b/src/algebra/array2.spad.pamphlet
index 44e5ad29..217d9cad 100644
--- a/src/algebra/array2.spad.pamphlet
+++ b/src/algebra/array2.spad.pamphlet
@@ -15,7 +15,7 @@
++ Two dimensional array categories and domains
++ Author:
++ Date Created: 27 October 1989
-++ Date Last Updated: 27 June 1990
+++ Date Last Updated: May 16, 2013
++ Keywords: array, data structure
++ Examples:
++ References:
@@ -32,11 +32,9 @@ TwoDimensionalArrayCategory(R,Row,Col): Category == Definition where
R : Type
Row : FiniteLinearAggregate R
Col : FiniteLinearAggregate R
- Definition == HomogeneousAggregate(R) with
+ Definition == FiniteAggregate R with
shallowlyMutable
++ one may destructively alter arrays
- finiteAggregate
- ++ two-dimensional arrays are finite
--% Array creation
new: (NonNegativeInteger,NonNegativeInteger,R) -> %
++ new(m,n,r) is an m-by-n array all of whose entries are r