Enumerates the options for the structure of a sparse matrix.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration MatrixStructure |
| C# |
|---|
public enum MatrixStructure |
| C++ |
|---|
public enum class MatrixStructure |
Members
| Member | Description |
|---|---|
| General |
The matrix does not have a specific structure.
|
| Symmetric |
The matrix is symmetric.
|
| Hermitian |
The complex matrix is hermitian.
|
| Triangular |
The matrix is triangular.
|
| SkewSymmetric |
The matrix is skew-symmetric or anti-symmetric.
|
| Diagonal |
The matrix is a diagonal matrix.
|