Polynomial

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

Example XML definition

Example

  <module
      class = "Add"
      name = "Add"
      order = "5"
      coefficients = "1 -2 3 0 2"
  />

Parameters

NameDescriptionTypeDefault
classThe class name for the module; must be "Polynomial".string
nameThe name of this instance of the module.string
orderint1
coefficientsarray1

Module Connections

Inputs

NameDescription
INPUTThe input

Outputs

NameDescription
OUTPUTThe polynomial of the input.

Author

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

Files

Polynomial.h
Polynomial.cc
Polynomial.ikc