You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/solvers/nonlinear_system_solvers.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ solving of very large systems. Meanwhile, [`SimpleNewtonRaphson`](@ref) and
33
33
They are non-allocating on static arrays and thus really well-optimized for small systems,
34
34
thus usually outperforming the other methods when such types are used for `u0`.
35
35
Additionally, these solvers can be used inside GPU kernels. See
36
-
[ParallelParticleSwarms.jl]([[https://github.com/SciML/PSOGPU.jl](https://github.com/SciML/ParallelParticleSwarms.jl)](https://github.com/SciML/ParallelParticleSwarms.jl)) for an example of this.
36
+
[ParallelParticleSwarms.jl](https://github.com/SciML/ParallelParticleSwarms.jl) for an example of this.
0 commit comments