#include <Eigen/Core>#include <Eigen/Geometry>#include "pcl/common/bivariate_polynomial.h"#include <fstream>#include <iostream>#include "pcl/common/bivariate_polynomial.hpp"

Go to the source code of this file.
Classes | |
| struct | pcl::PolynomialCalculationsT< real >::Parameters |
| Parameters used in this class. More... | |
| class | pcl::PolynomialCalculationsT< real > |
| This provides some functionality for polynomials, like finding roots or approximating bivariate polynomials More... | |
Namespaces | |
| namespace | pcl |
Defines | |
| #define | POLYNOMIAL_CALCULATIONS_H_ |
Typedefs | |
| typedef PolynomialCalculationsT< float > | pcl::PolynomialCalculations |
| typedef PolynomialCalculationsT < double > | pcl::PolynomialCalculationsd |
| #define POLYNOMIAL_CALCULATIONS_H_ |
Definition at line 2 of file polynomial_calculations.h.