Polynomial

Example XML definition

Example

  <module
      class = "Polynomial"
      name = "Polynomial"
      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

blog comments powered by Disqus