|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.mahout.math.matrix.linalg.EigenvalueDecomposition
@Deprecated public final class EigenvalueDecomposition
| Constructor Summary | |
|---|---|
EigenvalueDecomposition(double[][] v)
Deprecated. |
|
EigenvalueDecomposition(DoubleMatrix2D A)
Deprecated. Constructs and returns a new eigenvalue decomposition object; The decomposed matrices can be retrieved via instance methods of the returned decomposition object. |
|
EigenvalueDecomposition(Matrix A)
Deprecated. |
|
| Method Summary | |
|---|---|
DoubleMatrix2D |
getD()
Deprecated. Returns the block diagonal eigenvalue matrix, D. |
DoubleMatrix1D |
getImagEigenvalues()
Deprecated. Returns the imaginary parts of the eigenvalues. |
DoubleMatrix1D |
getRealEigenvalues()
Deprecated. Returns the real parts of the eigenvalues. |
DoubleMatrix2D |
getV()
Deprecated. Returns the eigenvector matrix, V |
String |
toString()
Deprecated. Returns a String with (propertyName, propertyValue) pairs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EigenvalueDecomposition(double[][] v)
public EigenvalueDecomposition(Matrix A)
public EigenvalueDecomposition(DoubleMatrix2D A)
A - A square matrix.
IllegalArgumentException - if A is not square.| Method Detail |
|---|
public DoubleMatrix2D getD()
public DoubleMatrix1D getImagEigenvalues()
public DoubleMatrix1D getRealEigenvalues()
public DoubleMatrix2D getV()
public String toString()
rank : 3 trace : 0
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||