Min
Module that calculates the min of each elementy of its two inputs, which can be one or two dimensional. Both inputs must have the same size.
Example XML definition
A simple example
<module
class = "Min"
name = "Min"
/>
Module Connections
Inputs
| Name | Description |
|---|---|
| INPUT1 | The first input |
| INPUT2 | The second input |
Outputs
| Name | Description |
|---|---|
| OUTPUT | The output with the minimum of each element of the two inputs |
Author
Christian Balkenius
christian.balkenius@lucs.lu.se
Lund University Cognitive Science
Files
Min.h
Min.cc
Min.ikc