A matrix is diagonally dominant (by rows) if its value at the diagonal is greater then the sum of all absolute value in that row. Same goes for columns, only the other way around.
Is there a function in matlab for chekcing this ? (I could write a simple loop, but I'm trying to quit those).