Uses of Interface
com.opengamma.strata.market.surface.NodalSurface
-
Packages that use NodalSurface Package Description com.opengamma.strata.market.surface Definitions of surfaces. -
-
Uses of NodalSurface in com.opengamma.strata.market.surface
Classes in com.opengamma.strata.market.surface that implement NodalSurface Modifier and Type Class Description classInterpolatedNodalSurfaceA surface based on interpolation between a number of nodal points.Methods in com.opengamma.strata.market.surface that return NodalSurface Modifier and Type Method Description NodalSurfaceNodalSurface. withMetadata(SurfaceMetadata metadata)Returns a new surface with the specified metadata.NodalSurfaceNodalSurface. withParameter(int parameterIndex, double newValue)default NodalSurfaceNodalSurface. withPerturbation(ParameterPerturbation perturbation)NodalSurfaceNodalSurface. withZValues(DoubleArray values)Returns a new surface with the specified values.
-