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