Uses of Class
org.apache.sysds.runtime.matrix.data.RandomMatrixGenerator
Packages that use RandomMatrixGenerator
-
Uses of RandomMatrixGenerator in org.apache.sysds.runtime.compress
Methods in org.apache.sysds.runtime.compress with parameters of type RandomMatrixGeneratorModifier and TypeMethodDescriptionCompressedMatrixBlock.randOperationsInPlace(RandomMatrixGenerator rgen, org.apache.commons.math3.random.Well1024a bigrand, long bSeed) CompressedMatrixBlock.randOperationsInPlace(RandomMatrixGenerator rgen, org.apache.commons.math3.random.Well1024a bigrand, long bSeed, int k) -
Uses of RandomMatrixGenerator in org.apache.sysds.runtime.matrix.data
Methods in org.apache.sysds.runtime.matrix.data that return RandomMatrixGeneratorModifier and TypeMethodDescriptionstatic RandomMatrixGeneratorLibMatrixDatagen.createRandomMatrixGenerator(String pdfStr, int r, int c, int blen, double sp, double min, double max, String distParams) Methods in org.apache.sysds.runtime.matrix.data with parameters of type RandomMatrixGeneratorModifier and TypeMethodDescriptionstatic voidLibMatrixDatagen.generateRandomMatrix(MatrixBlock out, RandomMatrixGenerator rgen, org.apache.commons.math3.random.Well1024a bigrand, long bSeed) Function to generate a matrix of random numbers.static voidLibMatrixDatagen.generateRandomMatrix(MatrixBlock out, RandomMatrixGenerator rgen, org.apache.commons.math3.random.Well1024a bigrand, long bSeed, int k) Function to generate a matrix of random numbers.static voidLibMatrixDatagen.genRandomNumbers(boolean invokedFromCP, int rl, int ru, int cl, int cu, MatrixBlock out, RandomMatrixGenerator rgen, long bSeed, long[] seeds) static MatrixBlockMatrixBlock.randOperations(RandomMatrixGenerator rgen, long seed) Function to generate the random matrix with specified dimensions and block dimensions.static MatrixBlockMatrixBlock.randOperations(RandomMatrixGenerator rgen, long seed, int k) Function to generate the random matrix with specified dimensions and block dimensions.MatrixBlock.randOperationsInPlace(RandomMatrixGenerator rgen, org.apache.commons.math3.random.Well1024a bigrand, long bSeed) Function to generate a matrix of random numbers.MatrixBlock.randOperationsInPlace(RandomMatrixGenerator rgen, org.apache.commons.math3.random.Well1024a bigrand, long bSeed, int k) Function to generate a matrix of random numbers.