1#ifndef IGL_CYCODEBASE_ROOTS_H
2#define IGL_CYCODEBASE_ROOTS_H
22 const Eigen::MatrixBase<Derivedcoef>& coef,
23 const typename Derivedcoef::Scalar xmin,
24 const typename Derivedcoef::Scalar xmax,
25 Eigen::PlainObjectBase<DerivedR>& R);
29#ifndef IGL_STATIC_LIBRARY
#define IGL_INLINE
Definition igl_inline.h:15
int roots(const Eigen::MatrixBase< Derivedcoef > &coef, const typename Derivedcoef::Scalar xmin, const typename Derivedcoef::Scalar xmax, Eigen::PlainObjectBase< DerivedR > &R)
Compute the real roots of a polynomial with given coefficients within a given interval [xmin,...