39 #ifndef BIVARIATE_POLYNOMIAL_H
40 #define BIVARIATE_POLYNOMIAL_H
51 template<
typename real>
93 findCriticalPoints (std::vector<real>& x_values, std::vector<real>& y_values, std::vector<int>& types)
const;
132 template<
typename real>
134 operator<< (std::ostream& os, const BivariatePolynomialT<real>& p);