Add

This page describes a module in the upcoming version 1.2 of Ikaros and may not be correct for version 1.1

Module that sums its two inputs element by element, which can be one or two dimensional. Both inputs must have the same size.

Example XML definition

A simple example

  <module
      class = "Add"
      name = "Add"
  />

Module Connections

Inputs

NameDescription
INPUT1The first input
INPUT2The second input

Outputs

NameDescription
OUTPUTThe output

Author

Christian Balkenius
christian.balkenius@lucs.lu.se
Lund University Cognitive Science

Files

Add.h
Add.cc
Add.ikc