figures {gcbd} | R Documentation |
Figures from the corresponding vignette
Description
These functions generate the figures the in the corresponding vignette.
Usage
loglogAnalysis()
figure_LU_i7(D)
figure_LU_xeon(D)
figure_MatMult_i7(D)
figure_MatMult_xeon(D)
figure_QR_i7(D)
figure_QR_xeon(D)
figure_SVD_i7(D)
figure_SVD_xeon(D)
figure_LogLogIntercept()
figure_LogLogSlopes()
figure_LogLogLattice(titles=TRUE)
figure_Lattice(titles=TRUE)
Arguments
D |
Benchmark results to be visualised |
titles |
Boolean flag whether to set ‘main’ and ‘sub’ titles for the figure |
Details
loglogAnalysis
retrieves past benchmark results from the
database contained in the package and returns intercepts and slops of
regressions of elapsed times on matrix dimensions (where both inputs
are in logarithms).
The various figure functions create the corresponding figures from the vignette.
[Package gcbd version 0.2.6 Index]