tlx
|
polynomial stored as the coefficients of \( a_0+a_1 x^1+a_2 x^2+\cdots+a_n x^n \) More...
#include <polynomial_regression.hpp>
Public Member Functions | |
Type | evaluate (const Type &x) const |
evaluate polynomial at x using Horner schema More... | |
polynomial stored as the coefficients of \( a_0+a_1 x^1+a_2 x^2+\cdots+a_n x^n \)
Definition at line 84 of file polynomial_regression.hpp.
|
inline |
evaluate polynomial at x using Horner schema
Definition at line 86 of file polynomial_regression.hpp.