We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NonlinearSolveHomotopyContinuation
1 parent 1decea6 commit 5426e99Copy full SHA for 5426e99
docs/make.jl
@@ -5,6 +5,7 @@ using Sundials
5
using NonlinearSolveBase, SciMLBase, DiffEqBase
6
using SimpleNonlinearSolve, BracketingNonlinearSolve
7
using NonlinearSolveFirstOrder, NonlinearSolveQuasiNewton, NonlinearSolveSpectralMethods
8
+using NonlinearSolveHomotopyContinuation
9
using SciMLJacobianOperators
10
using NonlinearSolve, SteadyStateDiffEq
11
@@ -35,6 +36,7 @@ makedocs(;
35
36
NonlinearSolveBase, SciMLBase, DiffEqBase,
37
SimpleNonlinearSolve, BracketingNonlinearSolve,
38
NonlinearSolveFirstOrder, NonlinearSolveQuasiNewton, NonlinearSolveSpectralMethods,
39
+ NonlinearSolveHomotopyContinuation,
40
Sundials,
41
SciMLJacobianOperators,
42
NonlinearSolve, SteadyStateDiffEq
0 commit comments