Package | Description |
---|---|
agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
Modifier and Type | Method and Description |
---|---|
static <T> RealValuedScalarFunction1<T> |
RealValuedScalarFunction1.of(RealValuedScalarFunction1.Function<T> f)
Create a delegate for the given interface.
|
static <T> RealValuedScalarFunction1<T> |
RealValuedScalarFunction1.of(RealValuedScalarFunction1.Function<T> f,
Class<?> targetClass,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
static <T> RealValuedScalarFunction1<T> |
RealValuedScalarFunction1.of(RealValuedScalarFunction1.Function<T> f,
Object targetObject,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|