File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ PMMatrix class >> rows: nRows columns: nCols element: fillElement [
145
145
146
146
]
147
147
148
- { #category : #' as yet unclassified ' }
148
+ { #category : #' instance creation ' }
149
149
PMMatrix class >> rows: aNumberOfRows columns: aNumberOfColumns random: aMaxNumber [
150
150
" Answer a new Matrix of the given dimensions filled with random numbers"
151
151
| random rows |
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ aBlock value: RowposRespectivelyColpos value: ColposRespectivelyRowpos"
55
55
^ a
56
56
]
57
57
58
- { #category : #' as yet unclassified ' }
58
+ { #category : #' instance creation ' }
59
59
PMSymmetricMatrix class >> new : dim random: aMaxNumber [
60
60
" Answer a new symmetric matrix of the given dimensions filled with random numbers"
61
61
| matrix random aRow |
@@ -75,7 +75,7 @@ PMSymmetricMatrix class >> new: dim random: aMaxNumber [
75
75
^ matrix
76
76
]
77
77
78
- { #category : #' as yet unclassified ' }
78
+ { #category : #' instance creation ' }
79
79
PMSymmetricMatrix class >> rows: rows columns: columns random: aMaxNumber [
80
80
^ self shouldNotImplement
81
81
]
You can’t perform that action at this time.
0 commit comments