Package jdistlib.math
Interface UnivariateFunction
- All Known Implementing Classes:
ApproximationFunction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Abstraction of a function with one parameter
-
Method Summary
Modifier and TypeMethodDescriptiondoubleeval(double x) default voidsetObjects(Object... obj) default voidsetParameters(double... params)
-
Method Details
-
eval
double eval(double x) -
setParameters
default void setParameters(double... params) -
setObjects
-