— test how easy it is to symmetrize a matrix by computing the number of symmetric elements of the matrix to the total number of elements of the matrix. A symmetric matrix returns 1; a nonsymmetric matrix returns 0.
— test how easy it is to symmetrize a matrix by computing the number of symmetric elements of the matrix to the total number of elements of the matrix. A symmetric matrix returns 1; a nonsymmetric matrix returns 0.
— this could also be described as a ones matrix like OnesMatrix. This is useful when computing the resistance matrix of a graph, I think. In graph theory, the one's matrix is often denoted by J.