aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/matrix.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/matrix.spad.pamphlet')
-rw-r--r--src/algebra/matrix.spad.pamphlet3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/algebra/matrix.spad.pamphlet b/src/algebra/matrix.spad.pamphlet
index 1f0abdaf..595a9b6a 100644
--- a/src/algebra/matrix.spad.pamphlet
+++ b/src/algebra/matrix.spad.pamphlet
@@ -57,8 +57,7 @@ Matrix(R): Exports == Implementation where
-- ++ \spad{vectorOfVectors(m)} returns the rows of the matrix m as a
-- ++ vector of vectors
- Implementation ==>
- InnerIndexedTwoDimensionalArray(R,Row,Col) add
+ Implementation == InnerTwoDimensionalArray(R,Row,Col) add
minr ==> minRowIndex
maxr ==> maxRowIndex
minc ==> minColIndex