tatami
C++ API for different matrix representations
Loading...
Searching...
No Matches
tatami::RetrieveCompressedSparseContentsOptions Struct Reference

Options for retrieve_compressed_sparse_contents(). More...

#include <convert_to_compressed_sparse.hpp>

Public Attributes

bool two_pass = false
 
int num_threads = 1
 

Detailed Description

Member Data Documentation

◆ two_pass

bool tatami::RetrieveCompressedSparseContentsOptions::two_pass = false

Whether to perform the retrieval in two passes. This requires another pass through matrix but is more memory-efficient.

◆ num_threads

int tatami::RetrieveCompressedSparseContentsOptions::num_threads = 1

Number of threads to use, for parallelization with parallelize().


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