tatami_stats
Matrix statistics for tatami
Loading...
Searching...
No Matches
range.hpp File Reference

Compute row and column ranges from a tatami::Matrix. More...

Go to the source code of this file.

Classes

struct  tatami_stats::RangeOptions
 Options for range(). More...
 
struct  tatami_stats::RangeBuffers< Output_ >
 Result buffers for range(). More...
 
struct  tatami_stats::RangeResult< Output_ >
 Results of range(). More...
 

Namespaces

namespace  tatami_stats
 Functions to compute statistics from a tatami::Matrix.
 

Functions

template<typename Value_ , typename Index_ , typename Output_ >
void tatami_stats::range (bool row, const tatami::Matrix< Value_, Index_ > &mat, RangeBuffers< Output_ > &output, const RangeOptions &opt)
 
template<typename Value_ , typename Index_ , typename Output_ = Value_>
RangeResult< Output_ > tatami_stats::range (bool row, const tatami::Matrix< Value_, Index_ > &mat, const RangeOptions &opt)
 

Detailed Description

Compute row and column ranges from a tatami::Matrix.