T - the type of extraneous datapublic interface VectorFunctionProvider<T>
VectorFunction| Modifier and Type | Method and Description |
|---|---|
VectorFunction |
from(List<T> samplePoints)
Produces a vector function that maps from some 'model' parameters to values at the sample points.
|
VectorFunction |
from(T[] samplePoints)
Produces a vector function that maps from some 'model' parameters to values at the sample points.
|
VectorFunction from(List<T> samplePoints)
samplePoints - the list of sample pointsVectorFunctionVectorFunction from(T[] samplePoints)
samplePoints - the array of sample pointsVectorFunctionCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.