GetSparseCholeskyExampleMicrobenchmarks {RHPCBenchmark} | R Documentation |
Initializes the list of example sparse Cholesky factorization microbenchmarks
Description
GetSparseCholeskyExampleMicrobenchmarks
defines the example sparse
Cholesky factorization microbenchmarks to be executed by the
RunSparseMatrixBenchmark
function. The current sparse
Cholesky factorization microbenchmarks cover the following matrices:
cholesky_ct20stif – Boeing structural matrix with 2600295 nonzeros
See the documentation for the
SparseMatrixMicrobenchmark
class for more details.
Usage
GetSparseCholeskyExampleMicrobenchmarks()
Value
a list of SparseMatrixMicrobenchmark
objects defining the
microbenchmarks to be executed. The microbenchmark for the Cholesky
factorization of the ct20stif matrix.
See Also
Other sparse matrix default microbenchmarks: GetSparseCholeskyDefaultMicrobenchmarks
,
GetSparseLuDefaultMicrobenchmarks
,
GetSparseMatrixVectorDefaultMicrobenchmarks
,
GetSparseMatrixVectorExampleMicrobenchmarks
,
GetSparseQrDefaultMicrobenchmarks