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

R

randomize() - Static method in class jcuda.utils.Create
Will randomize the random number generator
randomize(long) - Static method in class jcuda.utils.Create
Will initialize the random number generator with the given seed.
readFileAsString(String) - Static method in class jcuda.utils.FileIO
Read the contents of the file with the given name, and return it as a String
readFileByte(String) - Static method in class jcuda.utils.FileIO
Reads the file with the given name containing byte data, and returns the contents of this file as an array
readFileDouble(String) - Static method in class jcuda.utils.FileIO
Reads the file with the given name containing double precision floating point data, and returns the contents of this file as an array
readFileFloat(String) - Static method in class jcuda.utils.FileIO
Reads the file with the given name containing single precision floating point data, and returns the contents of this file as an array
readFileInt(String) - Static method in class jcuda.utils.FileIO
Reads the file with the given name containing integer data, and returns the contents of this file as an array
resetTimer(Object) - Static method in class jcuda.utils.Timer
Reset the timer with the given name

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