Given any (singular or non-singular) matrix, is there a standard measure for how close the matrix is close to diagonal dominance? For example this matrix: \begin{pmatrix} 5 &2 &2 \\ 5 &1 &1 \\ 5 &0 &0 \end{pmatrix}
I can't use permutation on the columns to make it diagonal dominant. Is there a measure for sorting the columns and determine it to be as close to diagonal dominant as possible?