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 c710a38 commit ef77d8dCopy full SHA for ef77d8d
src/PreallocationTools.jl
@@ -1,8 +1,8 @@
1
module PreallocationTools
2
3
-using ForwardDiff, ArrayInterface, LabelledArrays
+using ForwardDiff, LabelledArrays
4
5
-struct DiffCache{T<:AbstractArray,S<:AbstractArray}
+struct DiffCache{T<:AbstractArray, S<:AbstractArray}
6
du::T
7
dual_du::S
8
end
0 commit comments