map
A map function that creates a new matrix with each cell mapped by transform.
Receiver
The matrix to copy from. This also determines the dimensions
Parameters
transform
The function used to transform the
A map function that creates a new (sparse) matrix with each cell mapped by transform.
Receiver
The matrix to copy from. This also determines the dimensions
Parameters
transform
The function used to transform the cell values