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

Results of range(). More...

#include <range.hpp>

Public Attributes

std::vector< Output_ > minimum
 
std::vector< Output_ > maximum
 

Detailed Description

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

Results of 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_ >
std::vector<Output_> tatami_stats::RangeResult< Output_ >::minimum

Vector of length equal to the number of rows/columns (depending on row), containing the minimum value for each row/column.

◆ maximum

template<typename Output_ >
std::vector<Output_> tatami_stats::RangeResult< Output_ >::maximum

Vector of length equal to the number of rows/columns (depending on row), containing the maximum value for each row/column.


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