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

Result buffers for rss(). More...

#include <rss.hpp>

Public Attributes

Output_ * mean
 
Output_ * rss
 

Detailed Description

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

Result buffers for rss().

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

Member Data Documentation

◆ mean

template<typename Output_ >
Output_* tatami_stats::RssBuffers< Output_ >::mean

Pointer to an array of length equal to the appropriate dimension extent (rows for row = true, columns otherwise). After rss(), this is filled with the sample mean of each row/column.

◆ rss

template<typename Output_ >
Output_* tatami_stats::RssBuffers< Output_ >::rss

Pointer to an array of length equal to the appropriate dimension extent (rows for row = true, columns otherwise). After rss(), this is filled with the RSS of each row/column.


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