IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Meta.Numerics.Matrices.ComplexEigensystem Class Reference

Represents a collection of complex eigenvalues and eigenvectors. More...

+ Collaboration diagram for Meta.Numerics.Matrices.ComplexEigensystem:

Public Member Functions

Complex Eigenvalue (int n)
 Gets the specified eigenvalue. More...
 
Complex[] Eigenvector (int n)
 Gets the specified eigenvector. More...
 

Properties

int Dimension [get]
 Gets the dimension of the eigensystem. More...
 

Private Attributes

int dimension
 
Complex[] eigenvalues
 
Complex[][] eigenvectors
 

Detailed Description

Represents a collection of complex eigenvalues and eigenvectors.

Member Function Documentation

Complex [] Meta.Numerics.Matrices.ComplexEigensystem.Eigenvector ( int  n)
inline

Member Data Documentation

int Meta.Numerics.Matrices.ComplexEigensystem.dimension
private
Complex [] Meta.Numerics.Matrices.ComplexEigensystem.eigenvalues
private
Complex [][] Meta.Numerics.Matrices.ComplexEigensystem.eigenvectors
private

Property Documentation


The documentation for this class was generated from the following file: