mat_equal {usefun} | R Documentation |
Check if two matrices are equal. Equality is defined by both of them being matrices in the first place, having the same dimensions as well as the same elements.
mat_equal(x, y)
x , y |
matrices |
a logical specifying if the two matrices are equal or not.