C D F G J K L P R S T W

C

call(Object...) - Method in class jcuda.utils.KernelLauncher
Call the function of this KernelLauncher with the current grid size, block size, shared memory size and stream, and with the given arguments.
checkCommandLineFlag(String[], String) - Static method in class jcuda.utils.CommandLine
Returns whether the given command line arguments contain an argument with the given name (the name must be given without the "--" prefix);
CommandLine - Class in jcuda.utils
Command line argument utility functions, similar to the CUTIL functions.
Compare - Class in jcuda.utils
Utility functions for comparing arrays.
compare(float[], float[]) - Static method in class jcuda.utils.Compare
Returns whether the given arrays are equal
compare(int[], int[]) - Static method in class jcuda.utils.Compare
Returns whether the given arrays are equal
compare(byte[], byte[]) - Static method in class jcuda.utils.Compare
Returns whether the given arrays are equal
compare(byte[], byte[], float, float) - Static method in class jcuda.utils.Compare
Checks if two arrays are equal within the given limits.
compare(byte[], byte[], float) - Static method in class jcuda.utils.Compare
Checks if two arrays are equal within the given limits.
compare(int[], int[], float, float) - Static method in class jcuda.utils.Compare
Checks if two arrays are equal within the given limits.
compare(int[], int[], float) - Static method in class jcuda.utils.Compare
Checks if two arrays are equal within the given limits.
compare(float[], float[], float) - Static method in class jcuda.utils.Compare
Checks if two arrays are equal within the given limits.
compare(float[], float[], float, float) - Static method in class jcuda.utils.Compare
Checks if two arrays are equal within the given limits.
compareL2(float[], float[], float) - Static method in class jcuda.utils.Compare
Checks if two arrays are equal using the L2 norm.
compile(String, String, String...) - Static method in class jcuda.utils.KernelLauncher
Create a new KernelLauncher for the function with the given name, that is defined in the given source code.
Create - Class in jcuda.utils
Utility class for creating arrays containing random data.
create(String, String, String...) - Static method in class jcuda.utils.KernelLauncher
Create a new KernelLauncher for the function with the given name, that is contained in the .CU CUDA source file with the given name.
create(String, String, boolean, String...) - Static method in class jcuda.utils.KernelLauncher
Create a new KernelLauncher for the function with the given name, that is contained in the .CU CUDA source file with the given name.
createPrettyString() - Static method in class jcuda.utils.Timer
Creates a "pretty" String containing a summary of all timers that currently exist.
createRandomDoubleData(int) - Static method in class jcuda.utils.Create
Creates a new array with the given size, containing random data
createRandomFloatData(int) - Static method in class jcuda.utils.Create
Creates a new array with the given size, containing random data
createRandomIntData(int) - Static method in class jcuda.utils.Create
Creates a new array with the given size, containing random data
createTimer(Object) - Static method in class jcuda.utils.Timer
Creates a new timer with the given name

C D F G J K L P R S T W