tatami_stats
Matrix statistics for tatami
Loading...
Searching...
No Matches
Public Attributes | List of all members
tatami_stats::ranges::Options Struct Reference

Range calculation options. More...

#include <ranges.hpp>

Public Attributes

bool skip_nan = false
 
int num_threads = 1
 

Detailed Description

Range calculation options.

Member Data Documentation

◆ skip_nan

bool tatami_stats::ranges::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 range calculation in the presence of NaNs is undefined.

◆ num_threads

int tatami_stats::ranges::Options::num_threads = 1

Number of threads to use when computing ranges across a tatami::Matrix. See tatami::parallelize() for more details on the parallelization mechanism.


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