ArrayAttributes.Hermitian Field

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

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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