| Package | Description |
|---|---|
| visad.matrix | |
| visad.python |
| Modifier and Type | Method and Description |
|---|---|
JamaEigenvalueDecomposition |
JamaMatrix.eig() |
| Modifier and Type | Method and Description |
|---|---|
static JamaEigenvalueDecomposition |
JPythonMethods.eig(FlatField data)
return matrix Eigenvalue Decomposition of data, as a 3-Tuple
(eigenvector_matrix, real_eigenvalue_components,
imaginary_eigenvalue_components);
data should have either a 1-D or 2-D gridded domain
|