diff options
Diffstat (limited to 'src/algebra/solvelin.spad.pamphlet')
-rw-r--r-- | src/algebra/solvelin.spad.pamphlet | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/algebra/solvelin.spad.pamphlet b/src/algebra/solvelin.spad.pamphlet index c7412659..c9e9ea7e 100644 --- a/src/algebra/solvelin.spad.pamphlet +++ b/src/algebra/solvelin.spad.pamphlet @@ -26,8 +26,8 @@ LinearSystemMatrixPackage(F, Row, Col, M): Cat == Capsule where F: Field - Row: FiniteLinearAggregate F with shallowlyMutable - Col: FiniteLinearAggregate F with shallowlyMutable + Row: Join(FiniteLinearAggregate F,ShallowlyMutableAggregate F) + Col: Join(FiniteLinearAggregate F,ShallowlyMutableAggregate F) M : MatrixCategory(F, Row, Col) N ==> NonNegativeInteger |