You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using FiniteDifferences,LinearAlgebra;SparseArrays,Random
grad(central_fdm(5,1),norm,B)
I_n =spdiagm(ones(n))
Random.seed!(0)
B =sprand(n, n, 0.5) *0.2+ I_n
FiniteDifferences.grad(central_fdm(5,1),norm,B)
reproducer:
it gives:
The text was updated successfully, but these errors were encountered: