The FloatEigDecomp type exposes the following members.

Methods

  NameDescription
Clone
Creates a deep copy of this eigenvalue decompostiion.
EigenValue
Returns the ith eigenvalue.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Factor
Computes all the eigenvalues and eigenvectors for the given square matrix.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
LeftEigenVector
Returns the ith left eigenvector.
RightEigenVector
Returns the ith right eigenvector.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also