| Package | Description |
|---|---|
| visad.matrix | |
| visad.python |
| Modifier and Type | Method and Description |
|---|---|
JamaCholeskyDecomposition |
JamaMatrix.chol() |
| Modifier and Type | Method and Description |
|---|---|
static JamaCholeskyDecomposition |
JPythonMethods.chol(FlatField data)
return matrix Cholesky Decomposition of data, as a 1-Tuple
(lower_triangular_factor);
data should have either a 1-D or 2-D gridded domain
|