Package dev.nm.analysis.function.matrix
Interface RntoMatrix
- All Known Implementing Classes:
HessianFunction
,JacobianFunction
,MultivariateAutoCorrelationFunction
,MultivariateAutoCovarianceFunction
,R1toConstantMatrix
,R1toMatrix
,R2toMatrix
,VARMAAutoCorrelation
,VARMAAutoCovariance
This interface is a function that maps from Rn to a Matrix space.
The function takes n real arguments and output a matrix.
/[
f(x_1, x_2, ..., x_n) = A
/]
-
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