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 fa9a641 commit 7813d96Copy full SHA for 7813d96
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 <:Union{Float64, Float32} , P}
+const SingleDual{T, V, P} = Dual{T, V, P} where {T, V <:AbstractFloat , 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