Closed
Description
julia> using IntervalArithmetic, SparseDiffTools
julia> f(X) = ( (x, y) = X; x^2 + y^2 )
f (generic function with 2 methods)
julia> @edit forwarddiff_color_jacobian(∇(f), IntervalBox(0..0, 2).v)
julia> forwarddiff_color_jacobian(∇(f), IntervalBox(0..0, 2).v)
2×2 StaticArrays.MArray{Tuple{2,2},Interval{Float64},2,4} with indices SOneTo(2)×SOneTo(2):
[0, 2] [0, 0]
[0, 0] [0, 2]
The result should be [2..2 0..0; 0..0; 2..2]
.
Metadata
Metadata
Assignees
Labels
No labels