|
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