DeformtransAllocator {RHPCBenchmark} | R Documentation |
DeformtransAllocator
allocates and populates the input to the
matrix deformation and transpose dense matrix kernel for the purposes of
conducting a single performance trial with the
DeformtransMicrobenchmark
function. The matrices or vectors
corresponding to the index
parameter must be allocated, initialized
and returned in the kernelParameters
list.
DeformtransAllocator(benchmarkParameters, index)
benchmarkParameters |
an object of type
|
index |
an integer index indicating the dimensions of the matrix or vector data to be generated as input for the dense matrix kernel. |