We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e4f45 commit a75141dCopy full SHA for a75141d
1 file changed
src/Math-Tests-Matrix/PMMatrixTest.class.st
@@ -252,18 +252,6 @@ PMMatrixTest >> testInverseSingularMatrixError [
252
raise: PMSingularMatrixError.
253
]
254
255
-{ #category : #tests }
256
-PMMatrixTest >> testIsRealOnRealMatrix [
257
- | matrix |
258
-
259
- matrix := PMMatrix rows: #(
260
- (1 3 0)
261
- (1 2 -4)
262
- (-8 5 -1)).
263
264
- self assert: matrix isReal.
265
-]
266
267
{ #category : #tests }
268
PMMatrixTest >> testLUPDecomposition [
269
"Code Example 8.10"
0 commit comments