|
scran_test_utils
Test utilities for libscran projects
|
Parameters for simulate_compressed_sparse_matrix().
More...
#include <simulate_compressed_sparse_matrix.hpp>
Public Attributes | |
| double | density = 0.2 |
| Data_ | lower = default_simulation_min<Data_>() |
| Data_ | upper = 10 |
| RngEngine::result_type | seed = 1234567890 |
Parameters for simulate_compressed_sparse_matrix().
| Data_ | Numeric type of the simulated value. |
| double scran_tests::SimulateCompressedSparseMatrixParameters< Data_ >::density = 0.2 |
Density of structural non-zero values.
| Data_ scran_tests::SimulateCompressedSparseMatrixParameters< Data_ >::lower = default_simulation_min<Data_>() |
Lower bound for the simulated values. This bound is inclusive.
| RngEngine::result_type scran_tests::SimulateCompressedSparseMatrixParameters< Data_ >::seed = 1234567890 |
Seed for the random number generator.
| Data_ scran_tests::SimulateCompressedSparseMatrixParameters< Data_ >::upper = 10 |
Upper bound for the simulated values. This bound is exclusive.