Norm

enum Norm : Enum<Norm>

Matrix norm types.

Entries

Link copied to clipboard

max(abs(A(i,j)))

Link copied to clipboard

denotes the one norm of a matrix (maximum column sum)

Link copied to clipboard

denotes the infinity norm of a matrix (maximum row sum)

Link copied to clipboard

denotes the Frobenius norm of a matrix (square root of sum of squares)

Properties

Link copied to clipboard
val lapackCode: Char

value for lapack