ArrayToMatrix

Module that converts one or several arrays into a matrix. This module may be removed when similar features are provided directly in the ikaros connections.

Example XML definition

A simple example

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

Parameters

NameDescriptionTypeDefault
classThe class name for the module; must be "ArrayToMatrix".string
nameThe name of this instance of the module.string
array_lengthSize of each row of the output matrixint16

Module Connections

Inputs

NameDescription
INPUTInputs consisting of one or several connected arrays

Outputs

NameDescription
OUTPUTThe matrix output

Author

Birger Johansson
m@birgerjohansson.com
Lund University Cognitive Science

Files

ArrayToMatrix.h
ArrayToMatrix.cc
ArrayToMatrix.ikc

blog comments powered by Disqus