| Interface | Description |
|---|---|
| RealScalarFunction |
A real valued function a \(R^n \rightarrow R\) function, \(y = f(x_1, ..., x_n)\).
|
| Class | Description |
|---|---|
| BivariateRealFunction |
A bivariate real function takes two real arguments and outputs one real value.
|
| Projection |
Projection creates a real-valued function
RealScalarFunction from a vector-valued function RealVectorFunction by
taking only one of its coordinate components in the vector output. |
| QuadraticFunction |
A quadratic function takes this form: \(f(x) = \frac{1}{2} \times x'Hx + x'p + c\).
|
| RealScalarSubFunction |
This constructs a
RealScalarFunction from another RealScalarFunction by
restricting/fixing the values of a subset of variables. |