JuliaDiff / SparseDiffTools.jl

Fast jacobian computation through sparsity exploitation and matrix coloring
MIT License
238 stars 41 forks source link

fix error when x is a ndarray #72

Closed huanglangwen closed 4 years ago

huanglangwen commented 4 years ago

Fix error in https://github.com/JuliaDiffEq/OrdinaryDiffEq.jl/blob/master/test/interface/ode_twodimlinear_tests.jl#L23

ChrisRackauckas commented 4 years ago

Can this get a test?