- acos(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
-
Calculate the arc cosine of the input argument.
- acos(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
-
Calculate the arc cosine of the input argument.
- acosh(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
-
Calculate the nonnegative arc hyperbolic cosine of the input argument.
- acosh(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
-
Calculate the nonnegative arc hyperbolic cosine of the input argument.
- add(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
-
Add the given vectors.
- add(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
-
Add the given vectors.
- addScalar(long, Pointer, Pointer, double) - Static method in class jcuda.vec.VecDouble
-
Add the given scalar to the given vector.
- addScalar(long, Pointer, Pointer, float) - Static method in class jcuda.vec.VecFloat
-
Add the given scalar to the given vector.
- asin(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
-
Calculate the arc sine of the input argument.
- asin(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
-
Calculate the arc sine of the input argument.
- asinh(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
-
Calculate the arc hyperbolic sine of the input argument.
- asinh(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
-
Calculate the arc hyperbolic sine of the input argument.
- atan(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
-
Calculate the arc tangent of the input argument.
- atan(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
-
Calculate the arc tangent of the input argument.
- atanh(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
-
Calculate the arc hyperbolic tangent of the input argument.
- atanh(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
-
Calculate the arc hyperbolic tangent of the input argument.
- eq(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
-
Perform a '==' comparison of the given vectors.
- eq(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
-
Perform a '==' comparison of the given vectors.
- eqScalar(long, Pointer, Pointer, double) - Static method in class jcuda.vec.VecDouble
-
Perform a '==' comparison of the given vector and scalar.
- eqScalar(long, Pointer, Pointer, float) - Static method in class jcuda.vec.VecFloat
-
Perform a '==' comparison of the given vector and scalar.
- erf(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
-
Calculate the error function of the input argument.
- erf(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
-
Calculate the error function of the input argument.
- erfc(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
-
Calculate the complementary error function of the input argument.
- erfc(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
-
Calculate the complementary error function of the input argument.
- erfcinv(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
-
Calculate the inverse complementary error function of the input argument.
- erfcinv(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
-
Calculate the inverse complementary error function of the input argument.
- erfcx(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
-
Calculate the scaled complementary error function of the input argument.
- erfcx(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
-
Calculate the scaled complementary error function of the input argument.
- erfinv(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
-
Calculate the inverse error function of the input argument.
- erfinv(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
-
Calculate the inverse error function of the input argument.
- exp(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
-
Calculate the base e exponential of the input argument.
- exp(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
-
Calculate the base e exponential of the input argument.
- exp10(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
-
Calculate the base 10 exponential of the input argument.
- exp10(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
-
Calculate the base 10 exponential of the input argument.
- exp2(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
-
Calculate the base 2 exponential of the input argument.
- exp2(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
-
Calculate the base 2 exponential of the input argument.
- expm1(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
-
Calculate the base e exponential of the input argument, minus 1.
- expm1(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
-
Calculate the base e exponential of the input argument, minus 1.
- lgamma(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
-
Calculate the natural logarithm of the absolute value of the gamma
function of the input argument.
- lgamma(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
-
Calculate the natural logarithm of the absolute value of the gamma
function of the input argument.
- log(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
-
Calculate the natural logarithm of the input argument.
- log(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
-
Calculate the natural logarithm of the input argument.
- log10(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
-
Calculate the base 10 logarithm of the input argument.
- log10(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
-
Calculate the base 10 logarithm of the input argument.
- log1p(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
-
Calculate the value of l o g e ( 1 + x ) .
- log1p(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
-
Calculate the value of l o g e ( 1 + x ) .
- log2(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
-
Calculate the base 2 logarithm of the input argument.
- log2(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
-
Calculate the base 2 logarithm of the input argument.
- logb(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
-
Calculate the floating point representation of the exponent of the
input argument.
- logb(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
-
Calculate the floating point representation of the exponent of the
input argument.
- lt(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
-
Perform a '<' comparison of the given vectors.
- lt(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
-
Perform a '<' comparison of the given vectors.
- lte(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
-
Perform a '<=' comparison of the given vectors.
- lte(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
-
Perform a '<=' comparison of the given vectors.
- lteScalar(long, Pointer, Pointer, double) - Static method in class jcuda.vec.VecDouble
-
Perform a '<=' comparison of the given vector and scalar.
- lteScalar(long, Pointer, Pointer, float) - Static method in class jcuda.vec.VecFloat
-
Perform a '<=' comparison of the given vector and scalar.
- ltScalar(long, Pointer, Pointer, double) - Static method in class jcuda.vec.VecDouble
-
Perform a '<' comparison of the given vector and scalar.
- ltScalar(long, Pointer, Pointer, float) - Static method in class jcuda.vec.VecFloat
-
Perform a '<' comparison of the given vector and scalar.
- 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 times pi
- sinpi(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
-
Calculate the sine of the input argument times pi
- 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.