Package it.unich.jgmp.nativelib
Class MpExpT
- java.lang.Object
-
- java.lang.Number
-
- com.sun.jna.IntegerType
-
- it.unich.jgmp.nativelib.MpExpT
-
- All Implemented Interfaces:
com.sun.jna.NativeMapped,java.io.Serializable
public class MpExpT extends com.sun.jna.IntegerTypeThe nativemp_exp_tdata type, which may be a 32, 48 or 64 bit signed integer. Here we assume that its size is the same of a native long. This should work on almost every system, with the exception of some Cray's, where the native size ofmp_size_tis 48 bit.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static intSIZEThe size of the nativemp_exp_tdata type.
-