Differences
This shows you the differences between two versions of the page.
— |
ref:polynomial [2020/06/19 15:47] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Polynomial ====== | ||
+ | Parameterizable polynomial function. | ||
+ | |||
+ | For each coefficient, the parameter can be defined through coefficient0, coefficient1, etc. | ||
+ | |||
+ | **Inherits from** [[function|Function]]. | ||
+ | |||
+ | ==== Public Attributes ==== | ||
+ | ^ Parameter ^ Type ^ Description ^ | ||
+ | ^ degree | size_t | Degree of the polynomial, coefficients are parameterized through coefficient0, coefficient1, etc. | | ||
+ | |||
+ | <sub>Converted from doxygen using [[https://github.com/tgeijten/dokugen|dokugen]]</sub> | ||