tatami
C++ API for different matrix representations
|
Options for retrieve_compressed_sparse_contents()
.
More...
#include <convert_to_compressed_sparse.hpp>
Public Attributes | |
bool | two_pass = false |
int | num_threads = 1 |
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.
int tatami::RetrieveCompressedSparseContentsOptions::num_threads = 1 |
Number of threads to use, for parallelization with parallelize()
.