Skip to main content

Module nonlinear_solver

Module nonlinear_solver 

Source
Expand description

Non-linear solver traits.

This module defines the NonLinearSolver trait for solving F(x) = 0.

Structs§

NonLinearSolveSolution

Traits§

NonLinearSolver
A solver for the nonlinear problem F(x) = 0.