JuliaMath / Calculus.jl

Calculus functions in Julia
Other
276 stars 76 forks source link

Fix allocate memory Vector bug #114

Closed musm closed 7 years ago

musm commented 7 years ago

AbstractVector{Float64}(length(x)) tries to convert an object of type Int64 to an object of type AbstractArray{Float64,1}

johnmyleswhite commented 7 years ago

Thank you!