applyTable

applyTable(m,f) -- applies the function f to each element of the table m.

It yields a table of the same shape as m containing the resulting values.

See also table.

Go to main index.

Go to concepts index.