Uses of Class
org.javaseis.array.TransposeType

Packages that use TransposeType
org.javaseis.array   
org.javaseis.parallel   
 

Uses of TransposeType in org.javaseis.array
 

Methods in org.javaseis.array that return TransposeType
static TransposeType TransposeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TransposeType[] TransposeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.javaseis.array with parameters of type TransposeType
 void MultiArray.transpose(TransposeType type)
          Apply the requested transpose to this MultiArray
 void IMultiArray.transpose(TransposeType type)
          Transpose the array
 

Uses of TransposeType in org.javaseis.parallel
 

Methods in org.javaseis.parallel with parameters of type TransposeType
 void DistributedArray.transpose(TransposeType type)
          Apply the requested transpose to this MultiArray