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

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

[Octave-bug-tracker] [bug #50463] gsvd implementation uses functions rem


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #50463] gsvd implementation uses functions removed from lapack >= 3.6.0
Date: Tue, 30 Jan 2018 17:51:46 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0

Follow-up Comment #41, bug #50463 (project octave):

Sorry, I was looking at the gdb output wrong. The call to
octave::dynamic_library ("") returns an octave::dynamic_library instance which
has an octave_dlopen_shlib rep with count=1, file="", fcn_names set to an
empty map, library=nullptr, and search_all_loaded=true.

But the next line "if (! dyn_libs)" returns true, so have_DGGSVD3 is set to
false.

Maybe the various is_open methods should return true if search_all_loaded is
set to true?

Should we move search_all_loaded into the common rep base class?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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