We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eab5c1 commit 68437b9Copy full SHA for 68437b9
1 file changed
src/tensors/matrixalgebrakit.jl
@@ -4,7 +4,7 @@ end
4
5
function factorisation_scalartype(::typeof(MAK.eig_full!), t::AbstractTensorMap)
6
T = complex(scalartype(t))
7
- return promote_type(ComplexF32, typeof(zero(T) / sqrt(abs2(one(T)))))
+ return promote_type(Float32, typeof(zero(T) / sqrt(abs2(one(T)))))
8
end
9
10
function MAK.check_input(::typeof(MAK.eig_full!), t::AbstractTensorMap, (D, V))
0 commit comments