next | previous | forward | backward | up | top | index | toc | home

applyTable -- apply a function to elements of a table

Description

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.