Matrix Norm Enumeration
Enumerates the types of matrix norms.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public enum MatrixNormMembers
| Frobenius | 0 | The square root of the sum of the squares of all components. |
| OneNorm | 1 | The maximum of the column sum of absolute values. |
| InfinityNorm | 2 | Thethe maximum of the row sums of absolute values. |
| Maximum | 3 | The largest absolute value. |