Results 3 issues of William Chen

The following code yields the identity, as it should ``` function f1(dx, x) for i in 1:length(x) dx[i] = x[i]^2 end end input = rand(10) output = similar(input) sparsity_pattern1 =...

I could be wrong, but my impression is that, aside from `complete_polynomials!`, there is no way to update a basis matrix in place (i.e. the matrix of basis functions evaluated...

The Manifest was specifying an old version of HTTP.jl, which was preventing me from pulling data. I've rewritten the Manifest.toml so that it uses the newer versions of HTTP.jl.