Package eu.bandm.sig.adlib2.math
Interface FloatVectorMap.InSituComputer
- All Superinterfaces:
BiConsumer<float[],,float[]> Consumer<float[]>,FloatVectorMap.Computer
- Enclosing class:
FloatVectorMap
public static interface FloatVectorMap.InSituComputer
extends FloatVectorMap.Computer, Consumer<float[]>
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidaccept(float[] argument) intdefault intdefault intMethods inherited from interface java.util.function.BiConsumer
accept, andThen
-
Method Details
-
getDimension
int getDimension() -
getInputDimension
default int getInputDimension()- Specified by:
getInputDimensionin interfaceFloatVectorMap.Computer
-
getOutputDimension
default int getOutputDimension()- Specified by:
getOutputDimensionin interfaceFloatVectorMap.Computer
-
accept
default void accept(float[] argument)
-