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


The SymEigen class is used to compute the eigenvalues and optionally the eigenvectors of a real symmetric matrix.

Syntax

Visual Basic (Declaration) 
Public Class SymEigen 
   Implements IDisposable 
C# 
public class SymEigen : IDisposable  
C++/CLI 
public ref class SymEigen : 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