Enumerates the types of matrix norms.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
Public Enumeration MatrixNorm
public enum class MatrixNorm
| Member name | Value | Description |
---|
| 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.
|
Reference