LoopInterchangedHandler loop = new LoopInterchangedHandler(nCols, nThreads); loop.loopProcess(); return lookupValues;
this.nRows = nRows; this.nCols = nCols; this.nThreads = nThreads; lookupValues = new float[nRows][]; for (int j = 0; j < nRows; j++) { lookupValues[j] = new float[nCols]; }