[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Octave 5.2.0 @ Ubuntu 20.04] Long duration of complex matrix invers
From: |
KamilStawiarski |
Subject: |
Re: [Octave 5.2.0 @ Ubuntu 20.04] Long duration of complex matrix inverse |
Date: |
Tue, 7 Apr 2020 23:33:49 -0500 (CDT) |
I really need Octave so I reinstalled ubuntu. And the same problem comes out.
I have look into code, put some couts and it stops at function
F77_XFCN (zgetrf, ZGETRF, (nr, nr, F77_DBLE_CMPLX_ARG (tmp_data), nr, pipvt,
tmp_info));
which comes from lapack package. I have written my own cpp code with this
function and everything works fine.
At this moment I am trying run Ortave in gdb to check what is really going
on.
I will write a solution here (if I find it), maybe someone will use it.
--
Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
- Re: [Octave 5.2.0 @ Ubuntu 20.04] Long duration of complex matrix inverse,
KamilStawiarski <=