| Visual Basic (Declaration) | |
|---|---|
Public Enum NormType Inherits System.Enum | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As NormType | |
| C# | |
|---|---|
public enum NormType : System.Enum | |
| C++/CLI | |
|---|---|
public enum class NormType : public System.Enum | |
| Member | Description |
|---|---|
| FrobeniusNorm | Frobenius norm of the matrix or vector (square root of sum of squares). |
| InfinityNorm | Infinity norm of the matrix (maximum row sum). |
| MaxAbsValue | The element of largest absolute value of the matrix. |
| OneNorm | 1-norm of the matrix (maximum column sum). |
NormType enumeration is used to specify the norm to be returned by the Norm member function of the Matrix and CMatrix classes.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7