Which are some of the programs written in Matlab involvingĀ large number of matrix operations, I am basically trying to use an external library like BLAS or MTL4 and replace the existing matrix computation with method calls to these HPC libraries and compare the performance?
-
Any pointers where I can find large matlab programs used in scientific applications would be appreciated.
-
Answer:
I'm guessing you're looking for things that are freely available. A couple of things come to mind. There's the N-way Toolbox (http://www.mathworks.co.uk/matlabcentral/fileexchange/1088-the-n-way-toolbox) that's available on the MATLAB Central File Exchange. This is a suite of tools for carrying out many statistical routines that are extremely heavily matrix-intensive. There's a lot in there that requires not only matrices but tensors, which are stored as multidimensional arrays - MATLAB is typically much less efficient on these than on 2D arrays, so you may be able to perform some clever tricks to optimise it. The other would be some of the files associated with Cleve Moler's textbook Numerical Computing with MATLAB (http://www.mathworks.co.uk/moler/ncmfilelist.html). You can download both the book and the files from that list. Cleve (who in case you don't know is Founder of MathWorks and a numerical analysis prof) obviously writes fairly tight code numerically, so if you can optimise that you'll be doing well.
Sam Roberts at Quora Visit the source
Related Q & A:
- How do I manipulate a large number of moving platforms?Best solution by Electrical Engineering
- How do I use a custom avatar like a picture of me?Best solution by Yahoo! Answers
- Do you know of any programs that pay or help large pay student loans or large medical debt?Best solution by Yahoo! Answers
- How can an I.S. department affect a company's bottom line,like their performance?Best solution by Yahoo! Answers
- How do I save a large number of incoming e-mails to my computer in one go?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.