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

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

[Octave-bug-tracker] [bug #63384] Error for "inv(NaN)" with LAPACK 3.11.


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #63384] Error for "inv(NaN)" with LAPACK 3.11.0
Date: Mon, 21 Nov 2022 09:38:30 -0500 (EST)

Follow-up Comment #23, bug #63384 (project octave):

Is it possible to stop in Fortran code with a debugger?
If it is, what is the value of AINVNM in both versions of LAPACK in
dgecon.f:250?
https://github.com/Reference-LAPACK/lapack/blob/master/SRC/dgecon.f#L250

Maybe, it was finite before and is NaN in the newer version?

Anyway, we could probably add a short-hand in our code if `anorm` is NaN here
(and not proceed to use LAPACK at all):
https://hg.savannah.gnu.org/hgweb/octave/file/288a917d728e/liboctave/array/dMatrix.cc#l587


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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