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

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

[Octave-bug-tracker] [bug #65020] Issues with inv() on new intel archite


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #65020] Issues with inv() on new intel architecture
Date: Tue, 12 Dec 2023 17:49:55 -0500 (EST)

Follow-up Comment #5, bug#65020 (group octave):


[comment #4 comment #4:]
> On the Xeon system: 
> octave:1> randn('seed',0);
> octave:2> A = randn(100);
> octave:3> B = inv(A);
> octave:4> max(max(abs(A*B - eye(100))))
> ans = 2.8047e+04

This is bad. 
But there is nothing octave can do about it. It is an issue with 
an underlying library. You should report it to OpenBlas and/or lapack/blas
people.

Sincerely,

Dmitri.
-- 




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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