|
tatami
C++ API for different matrix representations
|
Options for convert_to_compressed_sparse().
More...
#include <convert_to_compressed_sparse.hpp>
Public Attributes | |
| bool | two_pass = false |
| int | num_threads = 1 |
| bool tatami::ConvertToCompressedSparseOptions::two_pass = false |
Whether to perform the retrieval in two passes. This requires another pass through matrix but is more memory-efficient.
| int tatami::ConvertToCompressedSparseOptions::num_threads = 1 |
Number of threads to use, for parallelization with parallelize().