Package | Description |
---|---|
eu.bandm.sig.adlib |
Modifier and Type | Class and Description |
---|---|
static class |
FloatSignalSource.CompilableFloatBinaryOperator |
static class |
FloatSignalSource.FloatAddOperator |
static class |
FloatSignalSource.FloatDivOperator |
static class |
FloatSignalSource.FloatMultOperator |
static class |
FloatSignalSource.FloatSubOperator |
Modifier and Type | Field and Description |
---|---|
static FloatBinaryOperator |
FloatSignalSource.add |
static FloatBinaryOperator |
FloatSignalSource.div |
static FloatBinaryOperator |
FloatSignalSource.mult |
static FloatBinaryOperator |
FloatSignalSource.sub |
Modifier and Type | Method and Description |
---|---|
static FloatBinaryOperator |
FloatBinaryOperator.affine(float a) |
static FloatBinaryOperator |
FloatBinaryOperator.convex(float a) |
static FloatBinaryOperator |
FloatBinaryOperator.linear(float a,
float b) |
static FloatBinaryOperator |
FloatBinaryOperator.max() |
static FloatBinaryOperator |
FloatBinaryOperator.min() |
static FloatBinaryOperator |
FloatBinaryOperator.product() |
static FloatBinaryOperator |
FloatBinaryOperator.sum() |
Modifier and Type | Method and Description |
---|---|
default void |
CompilationContext.compileDataFlow(FloatBinaryOperator op) |
default FloatSignalSource |
FloatSignalSource.zipWith(FloatBinaryOperator op,
FloatSignalSource other)
Creates a wrapper that emits a signal obtained by applying a
given function to the current values of the signals emitted by
this object and another object.
|