Matrix norm types.
max(abs(A(i,j)))
denotes the one norm of a matrix (maximum column sum)
denotes the infinity norm of a matrix (maximum row sum)
denotes the Frobenius norm of a matrix (square root of sum of squares)
value for lapack