Skip to content

Commit 9b18def

Browse files
Update nonlinear_system_solvers.md
1 parent f79db30 commit 9b18def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/solvers/nonlinear_system_solvers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ solving of very large systems. Meanwhile, [`SimpleNewtonRaphson`](@ref) and
3333
They are non-allocating on static arrays and thus really well-optimized for small systems,
3434
thus usually outperforming the other methods when such types are used for `u0`.
3535
Additionally, these solvers can be used inside GPU kernels. See
36-
[PSOGPU.jl](https://github.com/SciML/PSOGPU.jl) for an example of this.
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.
3737

3838
## Full List of Methods
3939

0 commit comments

Comments
 (0)