Package dev.nm.analysis.function.rn2rm
-
Interface Summary Interface Description RealVectorFunction A vector-valued function a \(R^n \rightarrow R^m\) function, \([y_1,...,y_m] = f(x_1,...,x_n)\). -
Class Summary Class Description AbstractR1RnFunction This is a function that takes one real argument and outputs one vector value.AbstractRealVectorFunction This abstract implementation implementsFunction.dimensionOfDomain()
andFunction.dimensionOfRange()
by returning the input arguments at constructor.RealVectorSubFunction This constructs aRealVectorFunction
from anotherRealVectorFunction
by restricting/fixing the values of a subset of variables.