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

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

[Octave-bug-tracker] [bug #32877] Please add single precision lsode func


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #32877] Please add single precision lsode function
Date: Mon, 25 Mar 2019 05:18:27 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:66.0) Gecko/20100101 Firefox/66.0

Follow-up Comment #4, bug #32877 (project octave):

As a workaround consider using any ode solver written in m-code, e.g. ode45 :


>> [t, y] = ode45 (@(y_) y_*(1-y_), t=single(linspace(0,10)), single(0.1));
>> class (t)
ans = single
>> class (y)
ans = single




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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