Polynomial
Example XML definition
Example
<module
class = "Add"
name = "Add"
order = "5"
coefficients = "1 -2 3 0 2"
/>
Parameters
| Name | Description | Type | Default |
|---|---|---|---|
| class | The class name for the module; must be "Polynomial". | string | |
| name | The name of this instance of the module. | string | |
| order | int | 1 | |
| coefficients | int[] | 1 |
Module Connections
Inputs
| Name | Description |
|---|---|
| INPUT | The input |
Outputs
| Name | Description |
|---|---|
| OUTPUT | The polynomial of the input. |
Author
Christian Balkenius
christian.balkenius@lucs.lu.se
Lund University Cognitive Science
Files
Polynomial.h
Polynomial.cc
Polynomial.ikc