mpi
Class Vector

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

public class Vector
extends Datatype

Subclass of `Datatype' representing a derived datatype created using `Vector()' or `Hvector()'.


Constructor Summary
Vector(int count, int blockLength, int stride, 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

Vector

public Vector(int count,
              int blockLength,
              int stride,
              Datatype oldType,
              boolean unitsOfOldExtent)
       throws MPIException
Throws:
MPIException