File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Put in a separate page so it can be used by SciMLDocs.jl
2
2
3
- pages = [" index.md" ,
3
+ pages = [
4
+ " Overview" => " index.md" ,
4
5
" Tutorials" => Any[" tutorials/nonlinear.md" ,
5
6
" tutorials/iterator_interface.md" ],
6
7
" Basics" => Any[" basics/NonlinearProblem.md" ,
Original file line number Diff line number Diff line change 1
- # Overview
1
+ # NonlinearSolve.jl: High-Performance Unified Nonlinear Solvers
2
2
3
- NonlinearSolve.jl is a high-performance unified interface for the nonlinear solving packages of
3
+ NonlinearSolve.jl is a unified interface for the nonlinear solving packages of
4
4
Julia. It includes its own high-performance nonlinear solvers which include the
5
5
ability to swap out to fast direct and iterative linear solvers, along with the
6
6
ability to use sparse automatic differentiation for Jacobian construction and
You can’t perform that action at this time.
0 commit comments