You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -197,6 +197,7 @@ For more information on `"ScalarNonlinearFunction"` functions, see
197
197
|`"VectorOfVariables"`| An ordered list of variables. | {"type": "VectorOfVariables", "variables": ["x", "y"]} |
198
198
|`"VectorAffineFunction"`| The function `Ax + b`, where `A` is a sparse matrix specified by a list of `VectorAffineTerm`s in `terms` and `b` is a dense vector specified by `constants`. | {"type": "VectorAffineFunction", "constants": [1.0], "terms": [{"output_index": 1, "scalar_term": {"coefficient": 2.5, "variable": "x"}}]} |
199
199
|`"VectorQuadraticFunction"`| The vector-valued quadratic function `q(x) + Ax + b`, where `q(x)` is specified by a list of `VectorQuadraticTerm`s in `quadratic_terms`, `A` is a sparse matrix specified by a list of `VectorAffineTerm`s in `affine_terms` and `b` is a dense vector specified by `constants`. ||
200
+
|`"VectorNonlinearFunction"`| The vector-valued nonlinear function `f(x)`, comprised of a vector of `ScalarNonlinearFunction`. ||
0 commit comments