public class SPECCHIO_UJMP_MatrixFactory
extends java.lang.Object
| Constructor and Description |
|---|
SPECCHIO_UJMP_MatrixFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.ujmp.core.Matrix |
getCube(double[][][] pixel_array) |
org.ujmp.core.Matrix |
getCube(int dim1,
int dim2,
int dim3) |
org.ujmp.core.Matrix |
getMatrix(int dim1,
int dim2) |