tatami_test
Utilities for testing tatami libraries
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
simulate_compressed_sparse.hpp File Reference

Simulate compressed sparse matrix contents. More...

#include <random>
#include <vector>
#include <cstdint>

Go to the source code of this file.

Classes

struct  tatami_test::SimulateCompressedSparseOptions
 Options for simulate_compressed_sparse(). More...
 
struct  tatami_test::SimulateCompressedSparseResult< Value_, Index_ >
 Result of simulate_compressed_sparse(). More...
 

Namespaces

namespace  tatami_test
 Utilities for testing tatami libraries.
 

Functions

template<typename Value_ , typename Index_ >
SimulateCompressedSparseResult< Value_, Index_ > tatami_test::simulate_compressed_sparse (size_t primary, size_t secondary, const SimulateCompressedSparseOptions &options)
 

Detailed Description

Simulate compressed sparse matrix contents.