Skip to content

Commit 79944cd

Browse files
committed
Update comment
1 parent 2ba5f40 commit 79944cd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/test_matrixalgebrakit.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,10 @@ end
124124

125125
# TODO:
126126
# eig_trunc
127-
# eig_vals
128127
# eigh_trunc
129-
# eigh_vals
128+
# svd_trunc
130129
# left_null
131130
# right_null
132-
# svd_trunc
133-
# svd_vals
134131

135132
for f in (eig_full, eigh_full)
136133
a = Eye(3) parent(hermitianpart(randn(3, 3)))

0 commit comments

Comments
 (0)