Uses of Class
jcuda.LibUtils.ARCHType

Packages that use LibUtils.ARCHType
jcuda Contains common classes for all JCuda libraries. 
 

Uses of LibUtils.ARCHType in jcuda
 

Methods in jcuda that return LibUtils.ARCHType
static LibUtils.ARCHType LibUtils.calculateArch()
          Calculates the current ARCHType
static LibUtils.ARCHType LibUtils.ARCHType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LibUtils.ARCHType[] LibUtils.ARCHType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.