public class ParameterizedCurveVectorFunctionProvider extends DoublesVectorFunctionProvider
ParameterizedCurveVectorFunction.| Constructor and Description |
|---|
ParameterizedCurveVectorFunctionProvider(ParameterizedCurve pCurve)
Creates an instance backed by a
ParameterizedCurve. |
| Modifier and Type | Method and Description |
|---|---|
VectorFunction |
from(double[] samplePoints)
Produces a
VectorFunction which builds a ParameterizedCurve from the input vector
(treated as curve parameters), then samples the curve at the smaplePoints, to produce the output vector. |
from, frompublic ParameterizedCurveVectorFunctionProvider(ParameterizedCurve pCurve)
ParameterizedCurve.pCurve - the parameterised curvepublic VectorFunction from(double[] samplePoints)
VectorFunction which builds a ParameterizedCurve from the input vector
(treated as curve parameters), then samples the curve at the smaplePoints, to produce the output vector.from in class DoublesVectorFunctionProvidersamplePoints - the points where we sample the curveParameterizedCurveVectorFunctionCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.