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 class
InterpolatedNodalSurface
A 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 NodalSurface
NodalSurface. withMetadata(SurfaceMetadata metadata)
Returns a new surface with the specified metadata.NodalSurface
NodalSurface. withParameter(int parameterIndex, double newValue)
default NodalSurface
NodalSurface. withPerturbation(ParameterPerturbation perturbation)
NodalSurface
NodalSurface. withZValues(DoubleArray values)
Returns a new surface with the specified values.
-