From 36e6065868e486bb43f324382f1f31f606cac87e Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Sun, 24 Dec 2023 01:56:10 -0500 Subject: [PATCH] Update steady_state_problems.jl --- src/problems/steady_state_problems.jl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/problems/steady_state_problems.jl b/src/problems/steady_state_problems.jl index f25f15e27..c963db916 100644 --- a/src/problems/steady_state_problems.jl +++ b/src/problems/steady_state_problems.jl @@ -55,9 +55,7 @@ parameters. Any extra keyword arguments are passed on to the solvers. For exampl if you set a `callback` in the problem, then that `callback` will be added in every solve call. -For specifying Jacobians and mass matrices, see the -[DiffEqFunctions](@ref performance_overloads) -page. +For specifying Jacobians and mass matrices, see the DiffEqFunctions page. ### Fields