ref:polynomial

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


ref:polynomial [2023/12/14 16:03] (current) – created - external edit 127.0.0.1
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>