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


Gets the left eigenvectors matrix.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property LeftEigenvectors As CMatrix
C# 
public CMatrix LeftEigenvectors {get;}
C++/CLI 
public:
property CMatrix^ LeftEigenvectors {
   CMatrix^ get();
}

Property Value

A CMatrix object having as columns the left eigenvectors.

Remarks

If the leftEigenvectors parameter of the CEigen class constructor is set to false, the left eigenvectors are not calculated and the LeftEigenvectors property returns a null reference (Nothing in Visual Basic).

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