Package dev.nm.analysis.function.rn2r1
Interface TrivariateRealFunction
-
- All Superinterfaces:
Function<Vector,Double>
,RealScalarFunction
- All Known Implementing Classes:
AbstractTrivariateRealFunction
public interface TrivariateRealFunction extends RealScalarFunction
A trivariate real function takes three real arguments and outputs one real value. That is, y = f(x1,x2,x3).
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface dev.nm.analysis.function.Function
Function.EvaluationException
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
evaluate(double x1, double x2, double x3)
Evaluate y = f(x1,x2,x3).-
Methods inherited from interface dev.nm.analysis.function.Function
dimensionOfDomain, dimensionOfRange, evaluate
-
-