ArrayAttributes.Hermitian Field

Specifies that the matrix is Hermitian. This implies that the matrix is square.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static readonly ArrayAttributes Hermitian

Field Value

ArrayAttributes

Remarks

If the element type is real, then this value is equivalent to Symmetric.

See Also