Slow matrix inverse
Posted: Fri Jan 03, 2014 12:50 pm
This is not a bug, but when the following code is run, EViews returns the answer after a long while (3 minutes in my case). I'd like to know if anything can be done to speed things up.
Code: Select all
tic
wfcreate u 100
matrix y = @mnrnd(2500,2500)
matrix z = @inverse(y*@transpose(y))
scalar elapsed = @toc/60