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 763e60b commit c28a6daCopy full SHA for c28a6da
test/forwarddiff_overloads.jl
@@ -2,6 +2,7 @@ using LinearSolve
2
using ForwardDiff
3
using Test
4
using SparseArrays
5
+using StaticArrays
6
7
function h(p)
8
(A = [p[1] p[2]+1 p[2]^3;
0 commit comments