|
tatami_test
Utilities for testing tatami libraries
|
Options for simulate_compressed_sparse().
More...
#include <simulate_compressed_sparse.hpp>
Public Attributes | |
| double | lower = 0 |
| double | upper = 100 |
| double | density = 0.1 |
| uint64_t | seed = 1234567890 |
Options for simulate_compressed_sparse().
| double tatami_test::SimulateCompressedSparseOptions::density = 0.1 |
Density of non-zero values for the simulated values.
| double tatami_test::SimulateCompressedSparseOptions::lower = 0 |
Lower bound on the simulated values.
| uint64_t tatami_test::SimulateCompressedSparseOptions::seed = 1234567890 |
Seed for the PRNG.
| double tatami_test::SimulateCompressedSparseOptions::upper = 100 |
Upper bound on the simulated values.