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 d5ec855 commit 6b9a5abCopy full SHA for 6b9a5ab
test/interface/sparsediff_tests.jl
@@ -64,6 +64,8 @@ for f in [f_oop, f_ip]
64
[
65
ODEFunction(f, colorvec = colors,
66
jac_prototype = jac_sp),
67
+ ODEFunction(f, colorvec = colors,
68
+ jac_prototype = jac_sp, mass_matrix = I(length(u0))),
69
ODEFunction(f, jac_prototype = jac_sp),
70
71
sparsity = jac_sp)
0 commit comments