aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/matstor.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/matstor.spad.pamphlet')
-rw-r--r--src/algebra/matstor.spad.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/matstor.spad.pamphlet b/src/algebra/matstor.spad.pamphlet
index f88db8c8..59ac489e 100644
--- a/src/algebra/matstor.spad.pamphlet
+++ b/src/algebra/matstor.spad.pamphlet
@@ -149,7 +149,7 @@ StorageEfficientMatrixOperations(R): Exports == Implementation where
qsetelt!(cRow,j,qelt(aRow,j) * r)
c
- copyCol!: (ARR,REP,Integer,Integer) -> ARR
+ copyCol!: (ARR,REP,Integer,Integer) -> Void
copyCol!(bCol,bb,j,n1) ==
for i in 0..n1 repeat qsetelt!(bCol,i,qelt(qelt(bb,i),j))