GetDenseMatrixExampleMicrobenchmarks {RHPCBenchmark} | R Documentation |
Initializes the list of example dense matrix microbenchmarks
Description
GetDenseMatrixExampleMicrobenchmarks
defines example dense
matrix microbenchmarks to be executed by the examples section
of the RunDenseMatrixBenchmark
function. The examples
are chosen so that they can run in a few minutes or less.
Usage
GetDenseMatrixExampleMicrobenchmarks()
Value
a list of DenseMatrixMicrobenchmark
objects defining the
microbenchmarks to be executed. Microbenchmarks for Cholesky factorization
and matrix cross product are provided.
[Package RHPCBenchmark version 0.1.0 Index]