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 8bae0f7 commit 8e8b47eCopy full SHA for 8e8b47e
ext/LinearSolveForwardDiffExt.jl
@@ -10,7 +10,7 @@ using RecursiveArrayTools
10
11
12
# Define type for non-nested dual numbers
13
-const SingleDual{T, V, P} = Dual{T, V, P} where {T, V <:AbstractFloat , P}
+const SingleDual{T, V, P} = Dual{T, V, P} where {T, V <:Number , P}
14
15
# Define type for nested dual numbers
16
const NestedDual{T, V, P} = Dual{T, V, P} where {T, V <:Dual, P}
0 commit comments