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

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

[Octave-bug-tracker] [bug #58795] ode15i and ode15s fail for Windows 32b


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #58795] ode15i and ode15s fail for Windows 32bit
Date: Thu, 3 Sep 2020 08:43:33 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

Follow-up Comment #47, bug #58795 (project octave):

To convert an octave_idx_type value to an octave_f77_int_type value, you can
use octave::to_f77_int, declared in f77_fcn.h.  It throws an error if the
value is too large.

Is sunindextype always supposed to match the integer type used by the BLAS and
Lapack libraries?  If so, then Octave's F77_INT typedef should always the the
same as sunindextype and using to_f77_int should be OK.  Otherwise, we may
want to define another function that does the same job, but for sunindextype.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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