|
From: | eigenmaster |
Subject: | Re: [Octave 5.2.0 @ Ubuntu 20.04] Long duration of complex matrix inverse |
Date: | Sun, 3 May 2020 10:55:53 -0500 (CDT) |
Thanks for starting this thread. I have the exact same problems on a fresh install of Ubuntu 20.04. octave:1> version -lapack ans = Linear Algebra PACKage Version 3.9.0 octave:2> version -blas ans = unknown or reference BLAS octave:3> tic; eig(rand(91)); toc Elapsed time is 0.00454998 seconds. octave:4> tic; eig(rand(92)); toc hangs forever Has there been any resolution or fix ? BTW the snap version of Octave under Ubuntu 20.04 seems to work fine. -- Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
[Prev in Thread] | Current Thread | [Next in Thread] |