Re: Hardware to run Octave
vrozos <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <[email protected]> |
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