| Package | Description |
|---|---|
| visad.matrix | |
| visad.python |
| Modifier and Type | Method and Description |
|---|---|
JamaSingularValueDecomposition |
JamaMatrix.svd() |
| Modifier and Type | Method and Description |
|---|---|
static JamaSingularValueDecomposition |
JPythonMethods.svd(FlatField data)
return matrix Singular Value Decomposition of data, as a 3-Tuple
(left_singular_vectors, right_singular_vectors, singular_value_vector);
data should have either a 1-D or 2-D gridded domain
|