Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Integration (Polynomial)

Subject: CGAL users discussion list

List archive

[cgal-discuss] Integration (Polynomial)


Chronological Thread 
  • From: Pedro Machado Manhães de Castro <>
  • To:
  • Subject: [cgal-discuss] Integration (Polynomial)
  • Date: Sun, 15 May 2011 23:46:09 +0400
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=qVqb2nY8otQxDxwg81Y0SRj4krOvoQAsUoR/Z+klV71skB8uyGp/iFmAZOY3Lp5jpf /pE2kSubs4Kzc43mkCwRtHzl0Y0TMonqGu5iI/3Dm4xQ1nIxsxE8rxRV/QpMJkkYZuUU 9ti3kprwIbONWWIalYXemKLU1/3n2Q/nVuVHo=

Dear All,

The Polynomial classes in CGAL has a lot of nice methods/functors.
I have two small questions:
- The implementation of operator* seems to be O(n^2), O(n) being the degree of the polynomials. This is done on purpose I guess? No interest in FFT?
- The derivative of a polynomial is implemented, but not the integral, right? This is done on purpose?

Thanks,
Pedro



  • [cgal-discuss] Integration (Polynomial), Pedro Machado Manhães de Castro, 05/15/2011

Archive powered by MHonArc 2.6.16.

Top of Page