We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c78b9 commit f5fd0c0Copy full SHA for f5fd0c0
1 file changed
src/Math-Matrix/PMMatrix.class.st
@@ -311,6 +311,12 @@ PMMatrix >> atColumn: aColumnNumber put: aCollection startingAt: rowNumber [
311
312
]
313
314
+{ #category : #'cell accessing' }
315
+PMMatrix >> atRow: anInteger [
316
+
317
+ ^ self rowAt: anInteger
318
+]
319
320
{ #category : #'cell accessing' }
321
PMMatrix >> atRow: rowIndex put: aCollection [
322
0 commit comments