NonlinearProblem Struct Reference
A type that describes the non-linear problem. More...
#include <NonlinearSolver.hpp>
Public Attributes | |
NonlinearFunction | f |
The non-linear residual function. | |
Index | n |
The number of unknowns in the non-linear problem. | |
Index | m |
The number of non-linear functions. | |
Matrix | A |
The left-hand side matrix of the linear inequality constraint A*x = b . More... | |
Vector | b |
The right-hand side vector of the linear equality constraint A*x = b . More... | |
Detailed Description
A type that describes the non-linear problem.
Member Data Documentation
◆ A
Matrix A |
The left-hand side matrix of the linear inequality constraint A*x = b
.
This can be left empty if no linear inequality constraints exist.
◆ b
Vector b |
The right-hand side vector of the linear equality constraint A*x = b
.
This can be left empty if no linear inequality constraints exist.
The documentation for this struct was generated from the following file:
- Reaktoro/Optimization/NonlinearSolver.hpp