|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ujmp.core.doublematrix.calculation.general.decomposition.Eig.EigMatrix
public static final class Eig.EigMatrix
Constructor Summary | |
---|---|
Eig.EigMatrix(Matrix Arg)
Check for symmetry, then construct the eigenvalue decomposition |
Method Summary | |
---|---|
Matrix |
getD()
Return the block diagonal eigenvalue matrix |
double[] |
getImagEigenvalues()
Return the imaginary parts of the eigenvalues |
double[] |
getRealEigenvalues()
Return the real parts of the eigenvalues |
Matrix |
getV()
Return the eigenvector matrix |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Eig.EigMatrix(Matrix Arg)
A
- Square matrixMethod Detail |
---|
public final Matrix getV()
public final double[] getRealEigenvalues()
public final double[] getImagEigenvalues()
public final Matrix getD()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |