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


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

Syntax

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