|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A class of eigenvalue decompositions of a matrix.
| Field Summary | |
static java.lang.String |
CVS_REVISION
|
| Method Summary | |
abstract double |
getEigenvalue(int index)
Return the index'th eigenvalue. |
abstract Column |
getEigenvalues()
Return the eigenvalues. |
abstract Column |
getEigenvector(int index)
Return the index'th eigenvector. |
abstract Matrix |
getEigenvectors()
Return the eigenvectors. |
abstract int |
getNbEigenvalues()
Return the number of eigenvalues. |
abstract Matrix |
lambda()
Return the eigenvalue matrix of this EigenvalueDecomposition. |
| Field Detail |
public static final java.lang.String CVS_REVISION
| Method Detail |
public abstract Matrix lambda()
public abstract Matrix getEigenvectors()
public abstract Column getEigenvalues()
public abstract Column getEigenvector(int index)
index - The index of the requested eigenvector.public abstract double getEigenvalue(int index)
index - The index of the requested eigenvalue.public abstract int getNbEigenvalues()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||