tatami_stats
Matrix statistics for tatami
Loading...
Searching...
No Matches
tatami_stats::RangeBuffers< Output_ > Struct Template Reference

Result buffers for range(). More...

#include <range.hpp>

Public Attributes

Output_ * minimum
 
Output_ * maximum
 

Detailed Description

template<typename Output_>
struct tatami_stats::RangeBuffers< Output_ >

Result buffers for range().

Template Parameters
Output_Floating-point type of the output data. This should be capable of storing NaNs.

Member Data Documentation

◆ minimum

template<typename Output_ >
Output_* tatami_stats::RangeBuffers< Output_ >::minimum

Pointer to an array of length equal to the number of rows/columns (depending on row). After calling range(), this is filled with the minimum value for each row/column.

◆ maximum

template<typename Output_ >
Output_* tatami_stats::RangeBuffers< Output_ >::maximum

Pointer to an array of length equal to the number of rows/columns (depending on row). After calling range(), this is filled with the maximum value for each row/column.


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