A simple solver for equations of the form f(x) = 0.
Inheritance HierarchySystemObject
Austra.LibrarySolver
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntaxpublic static class Solver
The Solver type exposes the following members.
Methods| | Name | Description |
|---|
  | Solve(FuncDouble, Double, FuncDouble, Double, Double) | Performs a Newton-Raphson iteration to find a root of f(x) = 0. |
  | Solve(FuncDouble, Double, FuncDouble, Double, Double, Double) | Performs a Newton-Raphson iteration to find a root of f(x) = 0. |
  | Solve(FuncDouble, Double, FuncDouble, Double, Double, Double, Int32) | Performs a Newton-Raphson iteration to find a root of f(x) = 0. |
Top
See Also