help-octave
[Top][All Lists]
Advanced

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

Re: Hardware to run Octave


From: vrozos
Subject: Re: Hardware to run Octave
Date: Tue, 23 Feb 2021 13:51:23 -0600 (CST)

Your current machine configuration, though 10 year-old, is not that bad. Do
not expect any significant improvement with a new one. You have three
options:

1. find a more efficient algorithm for your problem,
2. if you have nested for-loops you cannot avoid, consider implementing them
in C -> mex
3. parallelization (alas, multi-core processing is not a easy thing).

BTW, if your problem involves eigenvalues, eigen-3.3.5 library does
miracles. If you need normxcorr, I can suggest a nice solution too.



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



reply via email to

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