Skip to content
Prev 176193 / 398503 Next

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