|
tatami
C++ API for different matrix representations
|
Options for retrieve_fragmented_sparse_contents().
More...
#include <convert_to_fragmented_sparse.hpp>
Public Attributes | |
| bool | two_pass = false |
| int | num_threads = 1 |
| bool tatami::RetrieveFragmentedSparseContentsOptions::two_pass = false |
Whether to possibly perform the retrieval in two passes. Setting this to true allows the function to perform a preliminary pass through matrix to determine the size of each memory allocation. This aims to reduce memory consumption at the cost of some speed.
| int tatami::RetrieveFragmentedSparseContentsOptions::num_threads = 1 |
Number of threads to use, for parallelization with parallelize().