Uses of Class
org.bytedeco.cuda.cudart.short4
-
Packages that use short4 Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of short4 in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return short4 Modifier and Type Method Description short4short4. getPointer(long i)short4short4. position(long position)short4short4. w(short setter)short4short4. x(short setter)short4short4. y(short setter)short4short4. z(short setter) -
Uses of short4 in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global that return short4 Modifier and Type Method Description static short4cudart. make_short4(short x, short y, short z, short w)
-