Uses of Class
jcuda.LibUtils.OSType

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

Uses of LibUtils.OSType in jcuda
 

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