Uses of Class
org.bytedeco.cuda.cudart.long4
-
Packages that use long4 Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of long4 in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return long4 Modifier and Type Method Description long4long4. getPointer(long i)long4long4. position(long position)long4long4. w(long setter)long4long4. x(long setter)long4long4. y(long setter)long4long4. z(long setter) -
Uses of long4 in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global that return long4 Modifier and Type Method Description static long4cudart. make_long4(long x, long y, long z, long w)
-