Uses of Class
org.javaseis.parallel.DistributedArray

Packages that use DistributedArray
org.javaseis.fft   
org.javaseis.parallel   
 

Uses of DistributedArray in org.javaseis.fft
 

Methods in org.javaseis.fft that return DistributedArray
 DistributedArray SeisFft3d.getArray()
          Return the distributed array for the 3D FFT
 

Uses of DistributedArray in org.javaseis.parallel
 

Methods in org.javaseis.parallel that return DistributedArray
 DistributedArray DistributedGrid.allocateArray(java.lang.Class classType, int elementCount)
          Allocate a distributed array based on the sizes of the resident axes of the DistributedGrid.
 DistributedArray DistributedGrid.allocateArray(java.lang.Class classType, int elementCount, int[] paddedLengths, int[] decompTypes)
          Allocate a distributed array based on the sizes of the resident axes of the DistributedGrid.
 DistributedArray DistributedGrid.getDistributedArray()
          Return the DistributedArray associated with this DistributedGrid