.NET Matrix Library
Hermitian Property
See Also  Send comments on this topic


Indicates whether this instance represents a hermitian sparse matrix.

Syntax

Visual Basic (Declaration) 
Public Property Hermitian As Boolean
C# 
public bool Hermitian {get; set;}
C++/CLI 
public:
property bool Hermitian {
   bool get();
   void set (    bool value);
}

Property Value

true if the matrix is hermitian; false otherwise.

Requirements

Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000

See Also

.NET Matrix Library Documentation