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 007b67e commit 00708b1Copy full SHA for 00708b1
src/Math-Tests-Matrix/PMQRTest.class.st
@@ -14,7 +14,7 @@ PMQRTest >> assert: inverse isMoorePenroseInverseOf: aMatrix [
14
the Moore–Penrose conditions of which there are four, but here we have two. The other two
15
are that (A * A+) and A+ * A are Hermitian.
16
"
17
- self assert: (aMatrix * inverse * aMatrix closeTo: aMatrix).
+ self assert: aMatrix * inverse * aMatrix closeTo: aMatrix.
18
self assert: inverse * aMatrix * inverse closeTo: inverse.
19
20
"Pseudoinversion commutes with transposition, complex conjugation, and taking the conjugate transpose"
0 commit comments