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 021e860 commit efd4442Copy full SHA for efd4442
src/factorizations/diagonal.jl
@@ -96,7 +96,8 @@ end
96
97
# f_vals
98
# ------
99
-for f! in (:eig_vals!, :eigh_vals!, :svd_vals!)
+# this is invalid for svd_vals since we cannot sort between blocks
100
+for f! in (:eig_vals!, :eigh_vals!)
101
@eval function MAK.$f!(d::AbstractTensorMap, V, alg::DiagonalAlgorithm)
102
$f!(_repack_diagonal(d), diagview(_repack_diagonal(V)), alg)
103
return V
0 commit comments