.NET Matrix Library
CSymEigen Class
Members  See Also  Send comments on this topic


The CSymEigen class is used to compute the eigenvalues and optionally the eigenvectors of a complex Hermitian matrix.

Syntax

Visual Basic (Declaration) 
Public Class CSymEigen 
   Implements IDisposable 
C# 
public class CSymEigen : IDisposable  
C++/CLI 
public ref class CSymEigen : public IDisposable  

Requirements

Namespace: Bluebit.MatrixLibrary

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

Assembly: Bluebit.MatrixLibrary (in Bluebit.MatrixLibrary.dll)

See Also

.NET Matrix Library Documentation