Divide
This page describes a module in the upcoming version 1.2 of Ikaros and may not be correct for version 1.1
Module that divides its two inputs component by component. Both inputs must have the same size. The division is safe when input2 = 0. In this case the result will be set to 0.
Example XML definition
Example
<module
class = "Divide"
name = "Divide"
/>
Module Connections
Inputs
| Name | Description |
|---|---|
| INPUT1 | The first input |
| INPUT2 | The second input |
Outputs
| Name | Description |
|---|---|
| OUTPUT | The output is the quotient of each elements of the two inputs: INPUT1 / INPUT2 |
Author
Christian Balkenius
christian.balkenius@lucs.lu.se
Lund University Cognitive Science
Files
Divide.h
Divide.cc
Divide.ikc