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