| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmpi.Datatype
mpi.Indexed
public class Indexed
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 | 
|---|
public Indexed(int[] array_of_blocklengths,
               int[] array_of_displacements,
               Datatype oldType,
               boolean unitsOfOldExtent)
        throws MPIException
MPIException| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||