@@ -62,10 +62,10 @@ The following chart will help you get quickly acquainted with Julia's SciML Tool
62
62
| Matplotlib | [ Plots] ( https://docs.juliaplots.org/stable/ ) , [ Makie] ( https://docs.makie.org/stable/ ) |
63
63
| ` scipy.special ` | [ SpecialFunctions] ( https://github.com/JuliaMath/SpecialFunctions.jl ) |
64
64
| ` scipy.linalg.solve ` | [ LinearSolve] ( http://linearsolve.sciml.ai/dev/ ) |
65
- | ` scipy.integrate ` | [ Integrals] ( https://docs.sciml.ai/Integrals/stable/ ) |
65
+ | ` scipy.integrate ` | [ Integrals] ( https://docs.sciml.ai/Integrals/stable/ ) |
66
66
| ` scipy.optimize ` | [ Optimization] ( https://optimization.sciml.ai/ ) |
67
67
| ` scipy.optimize.fsolve ` | [ NonlinearSolve] ( https://nonlinearsolve.sciml.ai/ ) |
68
- | ` scipy.interpolate ` | [ DataInterpolations] ( https://docs.sciml.ai/DataInterpolations/ ) |
68
+ | ` scipy.interpolate ` | [ DataInterpolations] ( https://docs.sciml.ai/DataInterpolations/ ) |
69
69
| ` scipy.fft ` | [ FFTW] ( https://github.com/JuliaMath/FFTW.jl ) |
70
70
| ` scipy.linalg ` | [ Julia's Built-In Linear Algebra] ( https://docs.julialang.org/en/v1/stdlib/LinearAlgebra/ ) |
71
71
| ` scipy.sparse ` | [ SparseArrays] ( https://docs.julialang.org/en/v1/stdlib/SparseArrays/#Sparse-Arrays ) , [ ARPACK] ( https://github.com/JuliaLinearAlgebra/Arpack.jl ) |
@@ -75,7 +75,7 @@ The following chart will help you get quickly acquainted with Julia's SciML Tool
75
75
| gillespy2 | [ Catalyst] ( https://catalyst.sciml.ai/dev/ ) , [ JumpProcesses] ( https://github.com/SciML/JumpProcesses.jl ) |
76
76
| scipy.optimize.approx_fprime | [ FiniteDiff] ( https://github.com/JuliaDiff/FiniteDiff.jl ) |
77
77
| autograd | [ ForwardDiff\* ] ( https://github.com/JuliaDiff/ForwardDiff.jl ) , [ Enzyme\* ] ( https://github.com/EnzymeAD/Enzyme.jl ) , [ DiffEqSensitivity] ( https://sensitivity.sciml.ai/dev/ ) |
78
- | Stan | [ Turing] ( https://turinglang.org/stable/ ) |
78
+ | Stan | [ Turing] ( https://turinglang.org/docs/ ) |
79
79
| sympy | [ Symbolics] ( https://symbolics.juliasymbolics.org/dev/ ) |
80
80
81
81
## Why is Differentiable Programming Important for Scientific Computing?
0 commit comments