From c4b1ede93510d14a1bb7c4a4d99ef53f5638ab4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20W=C3=BCrfel?= Date: Tue, 17 Dec 2024 13:19:55 +0100 Subject: [PATCH] Fix README link to DI sparsity tutorial (#219) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce63f39..d388e98 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ julia> hessian_sparsity(f, [1 3 2 4], detector) ## ADTypes.jl compatibility SparseConnectivityTracer uses [ADTypes.jl](https://github.com/SciML/ADTypes.jl)'s interface for [sparsity detection](https://sciml.github.io/ADTypes.jl/stable/#Sparsity-detector), -making it compatible with [DifferentiationInterface.jl](https://github.com/gdalle/DifferentiationInterface.jl)'s [sparse automatic differentiation](https://gdalle.github.io/DifferentiationInterface.jl/DifferentiationInterface/stable/tutorial2/) functionality. +making it compatible with [DifferentiationInterface.jl](https://github.com/gdalle/DifferentiationInterface.jl)'s [sparse automatic differentiation](https://juliadiff.org/DifferentiationInterface.jl/DifferentiationInterface/stable/tutorials/advanced/#Sparsity) functionality. In fact, the functions `jacobian_sparsity` and `hessian_sparsity` are re-exported from ADTypes. ## Related packages