Chris
Results
1
issues of
Chris
When using a `BandedMatrix` as the sparsity pattern for a Jacobian, only the diagonal elements are computed: ``` using BandedMatrices, SparseArrays, SparseDiffTools, LinearAlgebra A = spdiagm(0 => rand(5), -1 =>...