 |
VTK
9.6.2
|
Go to the documentation of this file.
31#ifndef vtkPolynomialSolversUnivariate_h
32#define vtkPolynomialSolversUnivariate_h
34#include "vtkCommonMathModule.h"
37VTK_ABI_NAMESPACE_BEGIN
88 double* P,
int d,
double* a,
double* upperBnds,
double tol,
int intervalType);
90 double* P,
int d,
double* a,
double* upperBnds,
double tol,
int intervalType,
bool divideGCD);