public interface FunctionP extends Function
Function
except it supports parallel
computation of the result.Modifier and Type | Method and Description |
---|---|
double |
f(Vec x,
ExecutorService ex)
Computes the result of a single variate function
|
double f(Vec x, ExecutorService ex)
x
- the multivariate inputex
- the source of threads to compute the result fromCopyright © 2017. All rights reserved.