Uses of Class
org.bytedeco.cuda.cudart.int4
-
Packages that use int4 Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of int4 in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return int4 Modifier and Type Method Description int4int4. getPointer(long i)int4int4. position(long position)int4int4. w(int setter)int4int4. x(int setter)int4int4. y(int setter)int4int4. z(int setter) -
Uses of int4 in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global that return int4 Modifier and Type Method Description static int4cudart. make_int4(int x, int y, int z, int w)
-