|
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 |
| SeedType | seed = sanisizer::cap<SeedType>(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.
Seed for the PRNG.
| double tatami_test::SimulateCompressedSparseOptions::upper = 100 |
Upper bound on the simulated values.