Suppose you have a matrix $A$. Is there a "standard"/mathematical elegant way to denote all members of the matrix as a set?
So suppose there is a matrix $A = \left[ \begin{array}{cc} a & b \\ c & d \end{array} \right] $ then I would like to define $set(A) = \{ a,b,c,d \}$