Uses of Class
com.opengamma.strata.math.impl.function.ParameterizedCurve
-
Packages that use ParameterizedCurve Package Description com.opengamma.strata.math.impl.function -
-
Uses of ParameterizedCurve in com.opengamma.strata.math.impl.function
Constructors in com.opengamma.strata.math.impl.function with parameters of type ParameterizedCurve Constructor Description ParameterizedCurveVectorFunction(double[] samplePoints, ParameterizedCurve curve)
Creates an instance with a sampled (parameterised) curve.ParameterizedCurveVectorFunctionProvider(ParameterizedCurve pCurve)
Creates an instance backed by aParameterizedCurve
.
-