Skip to content

Commit

Permalink
update LSEqS docstrings (solve method)
Browse files Browse the repository at this point in the history
  • Loading branch information
sofianehaddad committed Nov 13, 2024
1 parent c90f274 commit e8c4b42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/src/LeastSquaresEquationsSolver_doc.i.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ function : :class:`~openturns.Function`
The vectorial function of the system of equations :math:`function_i(x) = 0 \forall i \in {1,...,n}` to be solved. Remark that it is an unbounded resolution.
startingPoint : sequence of floats
The starting point of the optimization algorithm.
bounds : :class:`~openturns.Interval`
Bounds for searching the solution of the system of equations.

Returns
-------
Expand Down

0 comments on commit e8c4b42

Please sign in to comment.