octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #52074] Missing integration functions integral


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #52074] Missing integration functions integral2, integral3
Date: Thu, 21 Sep 2017 11:09:18 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #2, bug #52074 (project octave):

the wrapper could call quadgk instead of the default quadcc. while we couldn't
pass a desired reltol to it, quadgk would by default attempt to satisfy the
default reltol (1e-6 or 1e-4 for single) in addition to any specified abstol
(or the default if unspecified 1e-10, 1e-5 for single)

for compatibility: integral2 normally would impose a default of both abstol
and reltol. if i do that, there is no way for the user to override or change
the reltol.  

perhaps I have it call quadgk by default, so that it imposes the correct
default tolerances. abstol can be adjusted as normal. if reltol is called, i
warn that it cannot be adjusted. but I can offer a reltol="off" option, and I
would switch the integrator back over to quadcc.  that's about the most
control I can give without rewriting dblquad.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?52074>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]