The Polynomial Fit results data. More...
#include <polynomial.h>
Public Attributes | |
Eigen::VectorXd | p |
The polynomial parameter found during fit. | |
bool | successful |
True if polynomial fit was found, otherwise false. | |
Eigen::VectorXd | x |
The fit domain values. | |
Eigen::VectorXd | y |
The fit values. | |
The Polynomial Fit results data.
Definition at line 90 of file polynomial.h.