Oscar Smith

Results 100 issues of Oscar Smith

This still needs tests, but I'm putting it up as a PR first to get feedback. The intended goal here is to make the `dolinsolve` functionality in OrdinaryDiffEq of being...

This is a post OrdinaryDiffEq solver split version of https://github.com/SciML/OrdinaryDiffEq.jl/pull/2247 (remaking was substantially easier than rebasing). It still needs a little bit of work (and for the LinearSolve side to...

fixes https://github.com/SciML/OrdinaryDiffEq.jl/issues/2383 and related bugs.

This seems to just work. I think I only turned off reuse because it was making debugging the other bugs in this harder.

Rosenbrock23 and Rosenbrock32 need updating to the W_transform versions, but other than that, this PR removes ~200 lines of complexity for free.

This should speed up making new `Memory`s and allow the compiler to better understand what's going on.

performance
arrays

This is a revival of https://github.com/JuliaLang/julia/pull/43738 with a lot of changes. The biggest by far is that with this version of the PR, I'm trying to get the BoundsError to...

arrays

for comaptibility with https://github.com/SciML/OrdinaryDiffEq.jl/pull/2318. Unfortunately, I don't believe there is a way to correctly sequence these to prevent temporary breakage.

I'm not sure if this is a good idea yet, but I want to run it past CI.