|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.opensourcephysics.numerics.ComplexEigenvalueDecomposition
public class ComplexEigenvalueDecomposition
A Java Complex Eigenvalue Decomposition based on an Ada version of a NAG Fortran library subroutine. Some Fortran labels have been preserved for traceability
Constructor Summary | |
---|---|
ComplexEigenvalueDecomposition()
Constructs the EigenvalueDecomposition. |
Method Summary | |
---|---|
static void |
eigen(Complex[][] A,
Complex[] lambda,
Complex[][] vec,
boolean[] fail)
Obtains the eigenvalues and eigenvectors of a complex matrix. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComplexEigenvalueDecomposition()
Method Detail |
---|
public static void eigen(Complex[][] A, Complex[] lambda, Complex[][] vec, boolean[] fail)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |