/** * The number of dimensions of the array. * @return The number of dimensions of the array. */ public int getDimensions() { return array.getNumDim(); }
int ndim = getNumDim(); if (ndim == 1) { int ldim = getLBound();
public String toString() { String s = ""; int ndim = getNumDim(); if (ndim == 1) { int ldim = getLBound();