Description Usage Arguments Value
View source: R/dense_matrix_kernels.R
CholeskyAllocator
allocates and populates the input to the
Cholesky factorization dense matrix kernel for the purposes of conducting a
single performance trial with the CholeskyMicrobenchmark
function.
The matrices or vectors corresponding to the index
parameter must be
allocated, populated and returned in the kernelParameters
list.
1 | CholeskyAllocator(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. |
a list containing the matrices or vectors to be input for the dense matrix kernel for which a single performance trial is to be conducted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.