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

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

[Octave-bug-tracker] [bug #58791] Compilation warning messages


From: Rik
Subject: [Octave-bug-tracker] [bug #58791] Compilation warning messages
Date: Fri, 4 Sep 2020 17:14:56 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36

Follow-up Comment #12, bug #58791 (project octave):

I think David may have added the code in order to tackle bug #32877 from 2011
where a request was made to have lsode() expanded to support single precision.
 That bug has been open *forever*.

I don't think it would be terribly difficult, but we would need to ascertain
whether one of the inputs to lsode() was a single and then call the
appropriate routines.  Right now, everything in libinterp/corefcn/lsode.cc
assumes double precision.  Maybe one could be clever with templates for
lsode_user_function and lsode_user_jacobian so that this just worked with T =
<double> or <float>.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58791>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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