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 295a3a3 commit fa9a641Copy full SHA for fa9a641
ext/LinearSolveForwardDiffExt.jl
@@ -9,7 +9,7 @@ using RecursiveArrayTools
9
10
11
# Define type for non-nested dual numbers
12
-const SingleDual{T, V, P} = Dual{T, V, P} where {T, V <:Float64 , P}
+const SingleDual{T, V, P} = Dual{T, V, P} where {T, V <:Union{Float64, Float32} , P}
13
14
# Define type for nested dual numbers
15
const NestedDual{T, V, P} = Dual{T, V, P} where {T, V <: Dual, P}
0 commit comments