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 WeightingFunctionWeightingFunctions. LINEARWeighting function.static WeightingFunctionWeightingFunctions. SINEWeighting function based onMath.sin.Methods in com.opengamma.strata.math.impl.interpolation that return WeightingFunction Modifier and Type Method Description static WeightingFunctionWeightingFunction. of(String uniqueName)Obtains an instance from the specified unique name.
-