Raw Message
Message-ID: <loom.20090406T042445-951@post.gmane.org> Date: 2009-04-06T04:29:52Z From: gapster Subject: applying function to non zero elements of a sparse Matrix The class Matrix (esp. dgCMatrix) is extraordinary. However, I still have growin pains with it. One common need (I believe) is to apply the same function to all non-zero elements of the sparse matrix. Is there a simple, elegant way? -g