tatami_test
Utilities for testing tatami libraries
Loading...
Searching...
No Matches
Public Attributes | List of all members
tatami_test::SimulateCompressedSparseOptions Struct Reference

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
 

Detailed Description

Options for simulate_compressed_sparse().

Member Data Documentation

◆ density

double tatami_test::SimulateCompressedSparseOptions::density = 0.1

Density of non-zero values for the simulated values.

◆ lower

double tatami_test::SimulateCompressedSparseOptions::lower = 0

Lower bound on the simulated values.

◆ seed

uint64_t tatami_test::SimulateCompressedSparseOptions::seed = 1234567890

Seed for the PRNG.

◆ upper

double tatami_test::SimulateCompressedSparseOptions::upper = 100

Upper bound on the simulated values.


The documentation for this struct was generated from the following file: