Hi, I was trying to mask a matrix by setting the matrix entries to zero based on zero values in the mask matrix. So, I set invert=T as suggested in the document. But it didnt mask and I got the same matrix as the input matrix. I tried invert=F, and it did mask based on non-zero values in the mask. So, I assume the input has no issue. Could you help me look into this? Thank you so much!