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


The CEigen class is used to compute the eigenvalues and the left and/or right eigenvectors of a general square complex matrix.

Syntax

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