tatami_stats
Matrix statistics for tatami
|
Grouped summation options. More...
#include <grouped_sums.hpp>
Public Attributes | |
bool | skip_nan = false |
int | num_threads = 1 |
Grouped summation options.
bool tatami_stats::grouped_sums::Options::skip_nan = false |
Whether to check for NaNs in the input, and skip them. If false, NaNs are assumed to be absent, and the behavior of the summation in the presence of NaNs is undefined.
int tatami_stats::grouped_sums::Options::num_threads = 1 |
Number of threads to use when computing sums across a tatami::Matrix
. See tatami::parallelize()
for more details on the parallelization mechanism.