Subtract
Module that subtracts the second input from the first element by element. Both inputs must have the same size.
Example XML definition
Example
<module
class = "Subtract"
name = "Subtract"
/>
Module Connections
Inputs
| Name | Description |
|---|---|
| INPUT1 | The first input |
| INPUT2 | The second input |
Outputs
| Name | Description |
|---|---|
| OUTPUT | The output with the difference of the two inputs: INPUT1 - INPUT2 |
Author
Christian Balkenius
christian.balkenius@lucs.lu.se
Lund University Cognitive Science
Files
Subtract.h
Subtract.cc
Subtract.ikc