mpi
Class Indexed

java.lang.Object
  extended by mpi.Datatype
      extended by mpi.Indexed

public class Indexed
extends Datatype

Subclass of `Datatype' representing a derived datatype created using `Indexed()' or `Hindexed()'.


Constructor Summary
Indexed(int[] array_of_blocklengths, int[] array_of_displacements, Datatype oldType, boolean unitsOfOldExtent)
           
 
Method Summary
 
Methods inherited from class mpi.Datatype
Commit, Contiguous, Extent, finalize, free, Hindexed, Hvector, Indexed, Lb, Size, Struct, Ub, Vector
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Indexed

public Indexed(int[] array_of_blocklengths,
               int[] array_of_displacements,
               Datatype oldType,
               boolean unitsOfOldExtent)
        throws MPIException
Throws:
MPIException