Skip to content

Commit 59bdfd8

Browse files
author
Katharine Hyatt
committed
Remove unneeded default_algorithm
1 parent 18b7421 commit 59bdfd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tensors/factorizations/matrixalgebrakit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
for f! in
44
[:svd_compact!, :svd_full!, :svd_trunc!, :svd_vals!, :qr_compact!, :qr_full!, :qr_null!,
55
:lq_compact!, :lq_full!, :lq_null!, :eig_full!, :eig_trunc!, :eig_vals!, :eigh_full!,
6-
:eigh_trunc!, :eigh_vals!, :left_polar!, :right_polar!, :left_orth!, :right_orth!]
6+
:eigh_trunc!, :eigh_vals!, :left_polar!, :right_polar!]
77
@eval function default_algorithm(::typeof($f!), ::Type{T};
88
kwargs...) where {T<:AbstractTensorMap}
99
return default_algorithm($f!, blocktype(T); kwargs...)

0 commit comments

Comments
 (0)