| Name | Description |
---|
  | GetEquationSolver(FuncDouble, Double, Double) |
Returns an EquationSolver suitable for solving an equation using the specified information.
|
  | GetEquationSolver(FuncVectorDouble, Double, FuncVectorDouble, VectorDouble, VectorDouble, VectorDouble) |
Finds a zero of a function starting from an initial guess.
|
  | GetEquationSolver(FuncDouble, Double, Double, Double) |
Finds a zero of a function when the solution is known to lie within a specified interval.
|
  | GetEquationSolver(FuncDouble, Double, FuncDouble, Double, Double) |
Finds a zero of a function starting from an initial guess.
|
  | GetEquationSolver(FuncVectorDouble, VectorDouble, VectorDouble, FuncVectorDouble, MatrixDouble, MatrixDouble, VectorDouble) |
Finds a zero of a function starting from an initial guess.
|