DeformtransMicrobenchmark: Conducts a single performance trial with the matrix...

Description Usage Arguments Examples

View source: R/dense_matrix_kernels.R

Description

DeformtransMicrobenchmark conducts a single performance trial of the matrix deformation and transpose dense matrix kernel for the matrix given in the kernelParameters parameter. The function times the transposition of the input matrix, resizing of the input matrix, and transposition of the resized matrix.

Usage

1
DeformtransMicrobenchmark(benchmarkParameters, kernelParameters)

Arguments

benchmarkParameters

an object of type DenseMatrixMicrobenchmark specifying various parameters for microbenchmarking the dense matrix kernel

kernelParameters

a list of matrices or vectors to be used as input to the dense matrix kernel

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
# Allocate input to the matrix deformation and transpose microbenchmark for
# the first matrix size to be tested
microbenchmarks <- GetDenseMatrixDefaultMicrobenchmarks()
kernelParameters <- DeformtransAllocator(microbenchmarks[["deformtrans"]], 1)
# Execute the microbenchmark
timings <- DeformtransMicrobenchmark(microbenchmarks[["deformtrans"]], kernelParameters)

## End(Not run)

RHPCBenchmark documentation built on May 2, 2019, 6:40 a.m.