diff options
Diffstat (limited to 'src/algebra/matrix.spad.pamphlet')
-rw-r--r-- | src/algebra/matrix.spad.pamphlet | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/algebra/matrix.spad.pamphlet b/src/algebra/matrix.spad.pamphlet index 9e4318b6..660a5de4 100644 --- a/src/algebra/matrix.spad.pamphlet +++ b/src/algebra/matrix.spad.pamphlet @@ -284,9 +284,6 @@ RectangularMatrix(m,n,R): Exports == Implementation where rectangularMatrix: Matrix R -> $ ++ \spad{rectangularMatrix(m)} converts a matrix of type \spadtype{Matrix} ++ to a matrix of type \spad{RectangularMatrix}. - coerce: $ -> Matrix R - ++ \spad{coerce(m)} converts a matrix of type \spadtype{RectangularMatrix} - ++ to a matrix of type \spad{Matrix}. Implementation ==> Matrix R add minr ==> minRowIndex |