public abstract class DoublesVectorFunctionProvider extends Object implements VectorFunctionProvider<Double>
VectorFunction for a set of data points (as Double).| Constructor and Description |
|---|
DoublesVectorFunctionProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract VectorFunction |
from(double[] x)
Produces a vector function that depends in some way on the given data points.
|
VectorFunction |
from(Double[] x)
Produces a vector function that maps from some 'model' parameters to values at the sample points.
|
VectorFunction |
from(List<Double> x)
Produces a vector function that maps from some 'model' parameters to values at the sample points.
|
public VectorFunction from(List<Double> x)
VectorFunctionProviderfrom in interface VectorFunctionProvider<Double>x - the list of sample pointsVectorFunctionpublic VectorFunction from(Double[] x)
VectorFunctionProviderfrom in interface VectorFunctionProvider<Double>x - the array of sample pointsVectorFunctionpublic abstract VectorFunction from(double[] x)
x - the array of data pointsVectorFunctionCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.