public class EigenOutput
extends java.lang.Object
| Constructor and Description |
|---|
EigenOutput(double[][] aadblEigenvector,
double[] adblEigenvalue)
EigenOutput Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
eigenvalue()
Retrieve the Array of Eigenvalues
|
double[][] |
eigenvector()
Retrieve the Array of Eigenvectors
|
public EigenOutput(double[][] aadblEigenvector,
double[] adblEigenvalue)
throws java.lang.Exception
aadblEigenvector - Array of EigenvectorsadblEigenvalue - Array of Eigenvaluesjava.lang.Exception - Thrown if the Inputs are Invalid