A C D E F G H I J L M N P R S T V Y 

S

scalarAdd(long, Pointer, double, Pointer) - Static method in class jcuda.vec.VecDouble
Add the given vector to the given scalar.
scalarAdd(long, Pointer, float, Pointer) - Static method in class jcuda.vec.VecFloat
Add the given vector to the given scalar.
scalarDiv(long, Pointer, double, Pointer) - Static method in class jcuda.vec.VecDouble
Divide the given scalar by the given vector.
scalarDiv(long, Pointer, float, Pointer) - Static method in class jcuda.vec.VecFloat
Divide the given scalar by the given vector.
scalarMul(long, Pointer, double, Pointer) - Static method in class jcuda.vec.VecDouble
Multiply the given scalar with the given vector.
scalarMul(long, Pointer, float, Pointer) - Static method in class jcuda.vec.VecFloat
Multiply the given scalar with the given vector.
scalarSub(long, Pointer, double, Pointer) - Static method in class jcuda.vec.VecDouble
Subtract the given vector from the given scalar.
scalarSub(long, Pointer, float, Pointer) - Static method in class jcuda.vec.VecFloat
Subtract the given vector from the given scalar.
set(long, Pointer, double) - Static method in class jcuda.vec.VecDouble
Set all elements of the given vector to the given value
set(long, Pointer, float) - Static method in class jcuda.vec.VecFloat
Set all elements of the given vector to the given value
shutdown() - Static method in class jcuda.vec.VecDouble
Perform a shutdown and release all resources allocated by this class.
shutdown() - Static method in class jcuda.vec.VecFloat
Perform a shutdown and release all resources allocated by this class.
sin(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Calculate the sine of the input argument.
sin(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Calculate the sine of the input argument.
sinh(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Calculate the hyperbolic sine of the input argument.
sinh(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Calculate the hyperbolic sine of the input argument.
sinpi(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Calculate the sine of the input argument × p .
sinpi(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Calculate the sine of the input argument × p .
sqrt(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Calculate the square root of the input argument.
sqrt(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Calculate the square root of the input argument.
sub(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Subtract the given vectors.
sub(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Subtract the given vectors.
subScalar(long, Pointer, Pointer, double) - Static method in class jcuda.vec.VecDouble
Subtract the given scalar from the given vector.
subScalar(long, Pointer, Pointer, float) - Static method in class jcuda.vec.VecFloat
Subtract the given scalar from the given vector.
A C D E F G H I J L M N P R S T V Y