Package dev.nm.analysis.function.rn2rm
Interface RealVectorFunction
-
- All Known Implementing Classes:
AbstractR1RnFunction
,AbstractRealVectorFunction
,GaussianProposalFunction
,GradientFunction
,HybridMCMCProposalFunction
,ProposalFunction
,RealVectorSubFunction
public interface RealVectorFunction extends Function<Vector,Vector>
A vector-valued function a \(R^n \rightarrow R^m\) function, \([y_1,...,y_m] = f(x_1,...,x_n)\). The function takes n real arguments and output m real values in the form of a vector.- See Also:
- Wikipedia: Vector-valued function
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface dev.nm.analysis.function.Function
Function.EvaluationException
-
-
Method Summary
-
Methods inherited from interface dev.nm.analysis.function.Function
dimensionOfDomain, dimensionOfRange, evaluate
-
-