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 121e265 commit 777237fCopy full SHA for 777237f
src/Math-Matrix/PMSingularValueDecomposition.class.st
@@ -20,7 +20,7 @@ matrix := PMMatrix rows: #(
20
(0 0 0 3)
21
(0 0 0 0)).
22
23
-svd := matrix decompose.
+svd := matrix decomposeSV.
24
u := svd leftSingularForm.
25
v := svd rightSingularForm.
26
s := svd sForm.
0 commit comments