Uses of Class
org.bytedeco.cuda.cudart.double4
-
Packages that use double4 Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of double4 in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return double4 Modifier and Type Method Description double4double4. getPointer(long i)double4double4. position(long position)double4double4. w(double setter)double4double4. x(double setter)double4double4. y(double setter)double4double4. z(double setter) -
Uses of double4 in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global that return double4 Modifier and Type Method Description static double4cudart. make_double4(double x, double y, double z, double w)
-