|
1 | 1 | # ImplicitDifferentiation.jl
|
2 | 2 |
|
3 |
| -[](https://gdalle.github.io/ImplicitDifferentiation.jl/stable/) |
4 |
| -[](https://gdalle.github.io/ImplicitDifferentiation.jl/dev/) |
5 |
| -[](https://github.com/gdalle/ImplicitDifferentiation.jl/actions/workflows/CI.yml?query=branch%3Amain) |
6 |
| -[](https://app.codecov.io/gh/gdalle/ImplicitDifferentiation.jl) |
| 3 | +[](https://JuliaDecisionFocusedLearning.github.io/ImplicitDifferentiation.jl/stable/) |
| 4 | +[](https://JuliaDecisionFocusedLearning.github.io/ImplicitDifferentiation.jl/dev/) |
| 5 | +[](https://github.com/JuliaDecisionFocusedLearning/ImplicitDifferentiation.jl/actions/workflows/CI.yml?query=branch%3Amain) |
| 6 | +[](https://app.codecov.io/gh/JuliaDecisionFocusedLearning/ImplicitDifferentiation.jl) |
7 | 7 | [](https://github.com/invenia/BlueStyle)
|
8 | 8 | [](https://github.com/JuliaTesting/Aqua.jl)
|
9 | 9 |
|
10 |
| -[ImplicitDifferentiation.jl](https://github.com/gdalle/ImplicitDifferentiation.jl) is a package for automatic differentiation of functions defined implicitly, i.e., _forward mappings_ |
| 10 | +[ImplicitDifferentiation.jl](https://github.com/JuliaDecisionFocusedLearning/ImplicitDifferentiation.jl) is a package for automatic differentiation of functions defined implicitly, i.e., _forward mappings_ |
11 | 11 |
|
12 | 12 | ```math
|
13 | 13 | x \in \mathbb{R}^n \longmapsto y(x) \in \mathbb{R}^m
|
@@ -40,10 +40,10 @@ julia> using Pkg; Pkg.add("ImplicitDifferentiation")
|
40 | 40 | For the latest version, run this instead:
|
41 | 41 |
|
42 | 42 | ```julia
|
43 |
| -julia> using Pkg; Pkg.add(url="https://github.com/gdalle/ImplicitDifferentiation.jl") |
| 43 | +julia> using Pkg; Pkg.add(url="https://github.com/JuliaDecisionFocusedLearning/ImplicitDifferentiation.jl") |
44 | 44 | ```
|
45 | 45 |
|
46 |
| -Please read the [documentation](https://gdalle.github.io/ImplicitDifferentiation.jl/stable/), especially the examples and FAQ. |
| 46 | +Please read the [documentation](https://JuliaDecisionFocusedLearning.github.io/ImplicitDifferentiation.jl/stable/), especially the examples and FAQ. |
47 | 47 |
|
48 | 48 | ## Related projects
|
49 | 49 |
|
|
0 commit comments