A mutable symmetric matrix: a matrix where the element at position (i, j) is the same as the element at position (j, i).
Fill the matrix with the same element.
The size of the matrix.
Get elements in the column at index j.
Get the element at position (i, j).
Get elements in the row at index i.
Set the element at position (i, j) to value.