MatrixNorm Enumeration

Enumerates the types of matrix norms.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public enum MatrixNorm

Members

Frobenius0 The square root of the sum of the squares of all components.
OneNorm1 The maximum of the column sum of absolute values.
InfinityNorm2 Thethe maximum of the row sums of absolute values.
Maximum3 The largest absolute value.

See Also