Divyanshu Gupta

Results 1 issues of Divyanshu Gupta

It seem solve does not work independently in QuDiffEq. It required `using OrdinaryDiffEq` ``` using QuDiffEq # dx/dt = 3*x + 4 M = hcat(3.0) b = [4.0] x_0 =...