Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


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

st: Parallel elementwise function application in Mata?


From   "Thomas Alexander Stephens" <[email protected]>
To   <[email protected]>
Subject   st: Parallel elementwise function application in Mata?
Date   Tue, 6 Dec 2011 22:34:47 +0100

I'm using Mata in Stata 12. Given a matrix A and a scalar function f, which
has no side effects, I'd like to compute a matrix B with

   B[i, j] = f(A[i, j]).

Since there are no side effects, I'd like to run the elementwise
computations in parallel. Is this possible?

Thanks,
Thomas


*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index