Uses of Interface
com.opengamma.strata.math.impl.interpolation.WeightingFunction
-
Packages that use WeightingFunction Package Description com.opengamma.strata.math.impl.interpolation -
-
Uses of WeightingFunction in com.opengamma.strata.math.impl.interpolation
Fields in com.opengamma.strata.math.impl.interpolation declared as WeightingFunction Modifier and Type Field Description static WeightingFunction
WeightingFunctions. LINEAR
Weighting function.static WeightingFunction
WeightingFunctions. SINE
Weighting function based onMath.sin
.Methods in com.opengamma.strata.math.impl.interpolation that return WeightingFunction Modifier and Type Method Description static WeightingFunction
WeightingFunction. of(String uniqueName)
Obtains an instance from the specified unique name.
-