From 1eccebed2cdd3fce04f60153b23b69b80135ce56 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 11 May 2013 23:17:33 +0000 Subject: * algebra/array2.spad.pamphlet (InnerTwoDimensionalArray): Rename from InnerIndexedTwoDimensionalArray. Adjust users. --- src/algebra/array2.spad.pamphlet | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/algebra/array2.spad.pamphlet') diff --git a/src/algebra/array2.spad.pamphlet b/src/algebra/array2.spad.pamphlet index 3d87394e..0c9ff532 100644 --- a/src/algebra/array2.spad.pamphlet +++ b/src/algebra/array2.spad.pamphlet @@ -259,10 +259,10 @@ TwoDimensionalArrayCategory(R,Row,Col): Category == Definition where matrix l @ -\section{domain IIARRAY2 InnerIndexedTwoDimensionalArray} -<>= -)abbrev domain IIARRAY2 InnerIndexedTwoDimensionalArray -InnerIndexedTwoDimensionalArray(R,Row,Col):_ +\section{domain IARRAY2 InnerTwoDimensionalArray} +<>= +)abbrev domain IARRAY2 InnerTwoDimensionalArray +InnerTwoDimensionalArray(R,Row,Col):_ Exports == Implementation where ++ This is an internal type which provides an implementation of ++ 2-dimensional arrays as PrimitiveArray's of PrimitiveArray's. @@ -351,7 +351,7 @@ TwoDimensionalArray(R):Exports == Implementation where Exports == TwoDimensionalArrayCategory(R,Row,Col) with shallowlyMutable ++ One may destructively alter TwoDimensionalArray's. - Implementation == InnerIndexedTwoDimensionalArray(R,Row,Col) + Implementation == InnerTwoDimensionalArray(R,Row,Col) @ \section{License} @@ -391,7 +391,7 @@ TwoDimensionalArray(R):Exports == Implementation where <> <> -<> +<> <> @ \eject -- cgit v1.2.3