help-octave
[Top][All Lists]
Advanced

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

Re: Strange run time problem with complex numbers


From: roland65
Subject: Re: Strange run time problem with complex numbers
Date: Mon, 14 Oct 2019 08:54:20 -0500 (CDT)

roland65 wrote
> However, I found no solution to speed up the first case (line X(1:2000) =
> 0;)...

Finally, this one is fast:

X(1:2000) = j * realmin;

(realmin is the smallest double value) but that's not very nice...



--
Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

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