36 #ifndef PCL_POLYNOMIAL_CALCULATIONS_H_
37 #define PCL_POLYNOMIAL_CALCULATIONS_H_
39 #include <pcl/common/eigen.h>
40 #include <pcl/common/bivariate_polynomial.h>
49 template <
typename real>
97 unsigned int polynomial_degree,
bool& error)
const;
133 #include <pcl/common/impl/polynomial_calculations.hpp>