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

A

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.

C

cbrt(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Calculate the cube root of the input argument.
cbrt(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Calculate the cube root of the input argument.
ceil(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Calculate ceiling of the input argument.
ceil(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Calculate ceiling of the input argument.
copysign(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Create value with given magnitude, copying sign of second value.
copysign(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Create value with given magnitude, copying sign of second value.
cos(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Calculate the cosine of the input argument.
cos(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Calculate the cosine of the input argument.
cosh(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Calculate the hyperbolic cosine of the input argument.
cosh(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Calculate the hyperbolic cosine of the input argument.
cospi(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Calculate the cosine of the input argument times pi
cospi(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Calculate the cosine of the input argument times pi

D

div(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Divide the given vectors.
div(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Divide the given vectors.
divScalar(long, Pointer, Pointer, double) - Static method in class jcuda.vec.VecDouble
Divide the given vector by the given scalar.
divScalar(long, Pointer, Pointer, float) - Static method in class jcuda.vec.VecFloat
Divide the given vector by the given scalar.

E

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.

F

fabs(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Calculate the absolute value of its argument.
fabs(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Calculate the absolute value of its argument.
fdim(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Compute the positive difference between x and y.
fdim(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Compute the positive difference between x and y.
fdivide(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Divide two floating point values.
fdivide(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Divide two floating point values.
floor(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Calculate the largest integer less than or equal to x.
floor(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Calculate the largest integer less than or equal to x.
fmax(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Determine the maximum numeric value of the arguments.
fmax(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Determine the maximum numeric value of the arguments.
fmin(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Determine the minimum numeric value of the arguments.
fmin(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Determine the minimum numeric value of the arguments.
fmod(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Calculate the floating-point remainder of x / y.
fmod(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Calculate the floating-point remainder of x / y.

G

gt(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Perform a '>' comparison of the given vectors.
gt(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Perform a '>' comparison of the given vectors.
gte(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Perform a '>=' comparison of the given vectors.
gte(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Perform a '>=' comparison of the given vectors.
gteScalar(long, Pointer, Pointer, double) - Static method in class jcuda.vec.VecDouble
Perform a '>=' comparison of the given vector and scalar.
gteScalar(long, Pointer, Pointer, float) - Static method in class jcuda.vec.VecFloat
Perform a '>=' comparison of the given vector and scalar.
gtScalar(long, Pointer, Pointer, double) - Static method in class jcuda.vec.VecDouble
Perform a '>' comparison of the given vector and scalar.
gtScalar(long, Pointer, Pointer, float) - Static method in class jcuda.vec.VecFloat
Perform a '>' comparison of the given vector and scalar.

H

hypot(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Calculate the square root of the sum of squares of two arguments.
hypot(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Calculate the square root of the sum of squares of two arguments.

I

init() - Static method in class jcuda.vec.VecDouble
Initialize this class.
init() - Static method in class jcuda.vec.VecFloat
Initialize this class.

J

j0(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Calculate the value of the Bessel function of the first kind of order 0 for the input argument.
j0(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Calculate the value of the Bessel function of the first kind of order 0 for the input argument.
j1(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Calculate the value of the Bessel function of the first kind of order 1 for the input argument.
j1(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Calculate the value of the Bessel function of the first kind of order 1 for the input argument.
jcuda.vec - package jcuda.vec
 

L

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.

M

mul(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Multiply the given vectors.
mul(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Multiply the given vectors.
mulScalar(long, Pointer, Pointer, double) - Static method in class jcuda.vec.VecDouble
Multiply the given vector with the given scalar.
mulScalar(long, Pointer, Pointer, float) - Static method in class jcuda.vec.VecFloat
Multiply the given vector with the given scalar.

N

ne(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Perform a '!
ne(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Perform a '!
negate(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Negate the given vector.
negate(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Negate the given vector.
neScalar(long, Pointer, Pointer, double) - Static method in class jcuda.vec.VecDouble
Perform a '!
neScalar(long, Pointer, Pointer, float) - Static method in class jcuda.vec.VecFloat
Perform a '!
nextafter(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Return next representable single-precision floating-point value after argument.
nextafter(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Return next representable single-precision floating-point value after argument.
normcdf(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Calculate the standard normal cumulative distribution function.
normcdf(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Calculate the standard normal cumulative distribution function.
normcdfinv(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Calculate the inverse of the standard normal cumulative distribution function.
normcdfinv(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Calculate the inverse of the standard normal cumulative distribution function.

P

pow(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Calculate the value of first argument to the power of second argument.
pow(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Calculate the value of first argument to the power of second argument.

R

rcbrt(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Calculate reciprocal cube root function.
rcbrt(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Calculate reciprocal cube root function.
remainder(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Compute single-precision floating-point remainder.
remainder(long, Pointer, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Compute single-precision floating-point remainder.
rint(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Round input to nearest integer value in floating-point.
rint(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Round input to nearest integer value in floating-point.
round(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Round to nearest integer value in floating-point.
round(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Round to nearest integer value in floating-point.
rsqrt(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Calculate the reciprocal of the square root of the input argument.
rsqrt(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Calculate the reciprocal of the square root of the input argument.

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 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.

T

tan(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Calculate the tangent of the input argument.
tan(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Calculate the tangent of the input argument.
tanh(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Calculate the hyperbolic tangent of the input argument.
tanh(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Calculate the hyperbolic tangent of the input argument.
tgamma(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Calculate the gamma function of the input argument.
tgamma(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Calculate the gamma function of the input argument.
trunc(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Truncate input argument to the integral part.
trunc(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Truncate input argument to the integral part.

V

VecDouble - Class in jcuda.vec
Vector operations for double-precision floating point vectors.
VecFloat - Class in jcuda.vec
Vector operations for single-precision floating point vectors.

Y

y0(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Calculate the value of the Bessel function of the second kind of order 0 for the input argument.
y0(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Calculate the value of the Bessel function of the second kind of order 0 for the input argument.
y1(long, Pointer, Pointer) - Static method in class jcuda.vec.VecDouble
Calculate the value of the Bessel function of the second kind of order 1 for the input argument.
y1(long, Pointer, Pointer) - Static method in class jcuda.vec.VecFloat
Calculate the value of the Bessel function of the second kind of order 1 for the input argument.
A C D E F G H I J L M N P R S T V Y 
Skip navigation links

Copyright © 2015. All rights reserved.