Package eu.bandm.sig.adlib2.math
Interface DoubleVectorMap.CompilableComputer
- All Superinterfaces:
BiConsumer<double[],,double[]> CompilableDataFlow,DoubleVectorMap.Computer
- Enclosing class:
DoubleVectorMap
public static interface DoubleVectorMap.CompilableComputer
extends DoubleVectorMap.Computer, CompilableDataFlow
-
Method Summary
Modifier and TypeMethodDescriptiondefault Class<?> Returns the type of values produced by this entity.Methods inherited from interface java.util.function.BiConsumer
accept, andThenMethods inherited from interface eu.bandm.sig.adlib2.compile.CompilableDataFlow
compileDataFlow, compileDataFlowTo, hasDataFlowIOMethods inherited from interface eu.bandm.sig.adlib2.math.DoubleVectorMap.Computer
getInputDimension, getOutputDimension
-
Method Details
-
getValueClass
Description copied from interface:CompilableDataFlowReturns the type of values produced by this entity.For signals of primitive value type, the result will be the corresponding pseudoclass.
- Specified by:
getValueClassin interfaceCompilableDataFlow- Returns:
- the type of signal values that this entity produces
- See Also:
-