Interface | Description |
---|---|
RealVectorFunction |
A vector-valued function a \(R^n \rightarrow R^m\) function, \([y_1,...,y_m] = f(x_1,...,x_n)\).
|
Class | Description |
---|---|
AbstractR1RnFunction |
This is a function that takes one real argument and outputs one vector value.
|
AbstractRealVectorFunction |
This abstract implementation implements
Function.dimensionOfDomain() and
Function.dimensionOfRange() by returning the input arguments at constructor. |
RealVectorSubFunction |
This constructs a
RealVectorFunction from another RealVectorFunction by
restricting/fixing the values of a subset of variables. |
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.