Dear Statalist,
I was wondering if anyone has code some algorithm in Mata in order to multiply big matrices in Mata, and test the performance using some big O notation.
I looked the Mata manual and some quad functions, it was not clear to me if Stata has implemented some algorithms (simple looping, partition, or others).
The WiKi page has a nice picture of the performance with different methods, but I was not able to see if there is any real applications for some of that.
Any thoughts on our Mata users and Stata Corp?
Reference:
https://en.wikipedia.org/wiki/Matrix...tion_algorithm
Best,
Minh
I was wondering if anyone has code some algorithm in Mata in order to multiply big matrices in Mata, and test the performance using some big O notation.
I looked the Mata manual and some quad functions, it was not clear to me if Stata has implemented some algorithms (simple looping, partition, or others).
The WiKi page has a nice picture of the performance with different methods, but I was not able to see if there is any real applications for some of that.
Any thoughts on our Mata users and Stata Corp?
Reference:
https://en.wikipedia.org/wiki/Matrix...tion_algorithm
Best,
Minh
Comment