Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.math.linearalgebra.EigenvalueDecomposition

Packages that use EigenvalueDecomposition
de.lmu.ifi.dbs.elki.math.linearalgebra Linear Algebra package provides classes and computational methods for operations on matrices. 
 

Uses of EigenvalueDecomposition in de.lmu.ifi.dbs.elki.math.linearalgebra
 

Methods in de.lmu.ifi.dbs.elki.math.linearalgebra that return EigenvalueDecomposition
 EigenvalueDecomposition Matrix.eig()
          Eigenvalue Decomposition
 

Constructors in de.lmu.ifi.dbs.elki.math.linearalgebra with parameters of type EigenvalueDecomposition
SortedEigenPairs(EigenvalueDecomposition evd, boolean ascending)
          Creates a new SortedEigenPairs object from the specified eigenvalue decomposition.
 


Release 0.1 (2008-07-10_1838)