Uses of Interface
com.yahoo.tensor.functions.ScalarFunction
Packages that use ScalarFunction
-
Uses of ScalarFunction in com.yahoo.tensor.functions
Methods in com.yahoo.tensor.functions that return types with arguments of type ScalarFunctionModifier and TypeMethodDescriptionTensorFunction.asScalarFunction()Returns this as a scalar function, or empty if it cannot be represented as a scalar functionSlice.DimensionValue.index()Returns the index expression for this dimension, or empty if it is not a numberMethods in com.yahoo.tensor.functions with parameters of type ScalarFunctionModifier and TypeMethodDescriptionGenerate.bound(TensorType type, ScalarFunction<NAMETYPE> generator) Creates a generated tensor from a bound functionMethod parameters in com.yahoo.tensor.functions with type arguments of type ScalarFunctionModifier and TypeMethodDescriptionstatic <NAMETYPE extends Name>
DynamicTensor<NAMETYPE>DynamicTensor.from(TensorType type, List<ScalarFunction<NAMETYPE>> cells) Creates a dynamic tensor function for a bound, indexed tensorstatic <NAMETYPE extends Name>
DynamicTensor<NAMETYPE>DynamicTensor.from(TensorType type, Map<TensorAddress, ScalarFunction<NAMETYPE>> cells) Creates a dynamic tensor function.Slice.withTransformedFunctions(Function<ScalarFunction<NAMETYPE>, ScalarFunction<NAMETYPE>> transformer) Slice.withTransformedFunctions(Function<ScalarFunction<NAMETYPE>, ScalarFunction<NAMETYPE>> transformer) TensorFunction.withTransformedFunctions(Function<ScalarFunction<NAMETYPE>, ScalarFunction<NAMETYPE>> transformer) TensorFunction.withTransformedFunctions(Function<ScalarFunction<NAMETYPE>, ScalarFunction<NAMETYPE>> transformer) Constructors in com.yahoo.tensor.functions with parameters of type ScalarFunctionModifierConstructorDescriptionDimensionValue(ScalarFunction<NAMETYPE> index) DimensionValue(String dimension, ScalarFunction<NAMETYPE> index) DimensionValue(Optional<String> dimension, ScalarFunction<NAMETYPE> index)