@@ -11,23 +11,23 @@ const DualLinearProblem = LinearProblem{
11
11
<: Union{Number, <:AbstractArray, Nothing} , iip,
12
12
<: Union{<:Dual{T, V, P}, <:AbstractArray{<:Dual{T, V, P}}} ,
13
13
<: Union{<:Dual{T, V, P}, <:AbstractArray{<:Dual{T, V, P}}} ,
14
- <: Union{Number, <:AbstractArray, SciMLBase.NullParameters}
14
+ <: Any
15
15
} where {iip, T, V, P}
16
16
17
17
const DualALinearProblem = LinearProblem{
18
18
<: Union{Number, <:AbstractArray, Nothing} ,
19
19
iip,
20
20
<: Union{<:Dual{T, V, P}, <:AbstractArray{<:Dual{T, V, P}}} ,
21
21
<: Union{Number, <:AbstractArray} ,
22
- <: Union{Number, <:AbstractArray, SciMLBase.NullParameters}
22
+ <: Any
23
23
} where {iip, T, V, P}
24
24
25
25
const DualBLinearProblem = LinearProblem{
26
26
<: Union{Number, <:AbstractArray, Nothing} ,
27
27
iip,
28
28
<: Union{Number, <:AbstractArray} ,
29
29
<: Union{<:Dual{T, V, P}, <:AbstractArray{<:Dual{T, V, P}}} ,
30
- <: Union{Number, <:AbstractArray, SciMLBase.NullParameters}
30
+ <: Any
31
31
} where {iip, T, V, P}
32
32
33
33
const DualAbstractLinearProblem = Union{
0 commit comments