Skip to content

Commit 777237f

Browse files
fix comment
1 parent 121e265 commit 777237f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Math-Matrix/PMSingularValueDecomposition.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ matrix := PMMatrix rows: #(
2020
(0 0 0 3)
2121
(0 0 0 0)).
2222
23-
svd := matrix decompose.
23+
svd := matrix decomposeSV.
2424
u := svd leftSingularForm.
2525
v := svd rightSingularForm.
2626
s := svd sForm.

0 commit comments

Comments
 (0)