This is the complete list of members for PolynomialFit, including all inherited members.
| _coeffs | LeastSquaresFitBase | protected |
| _file_number | PolynomialFit | protectedstatic |
| _matrix | LeastSquaresFitBase | protected |
| _num_coeff | LeastSquaresFitBase | protected |
| _order | PolynomialFit | protected |
| _truncate_order | PolynomialFit | protected |
| _x | LeastSquaresFitBase | protected |
| _y | LeastSquaresFitBase | protected |
| doLeastSquares() | LeastSquaresFitBase | protected |
| fillMatrix() override | PolynomialFit | protectedvirtual |
| generate() | LeastSquaresFitBase | virtual |
| getCoefficients() | LeastSquaresFitBase | |
| getSampleSize() | LeastSquaresFitBase | |
| LeastSquaresFitBase() | LeastSquaresFitBase | |
| LeastSquaresFitBase(const std::vector< Real > &x, const std::vector< Real > &y) | LeastSquaresFitBase | |
| PolynomialFit(const std::vector< Real > &x, const std::vector< Real > &y, unsigned int order, bool truncate_order=false) | PolynomialFit | |
| sample(Real x) override | PolynomialFit | virtual |
| setVariables(const std::vector< Real > &x, const std::vector< Real > &y) | LeastSquaresFitBase | |
| ~LeastSquaresFitBase()=default | LeastSquaresFitBase | virtual |
1.8.14