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

Compute row and column residual sum of squares from a tatami::Matrix. More...

Go to the source code of this file.

Classes

struct  tatami_stats::RssOptions
 Options for rss(). More...
 
struct  tatami_stats::RssBuffers< Output_ >
 Result buffers for rss(). More...
 
struct  tatami_stats::RssResult< Output_ >
 Results of rss(). More...
 

Namespaces

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

Functions

template<typename Value_ , typename Index_ , typename Output_ >
void tatami_stats::rss (bool row, const tatami::Matrix< Value_, Index_ > &mat, RssBuffers< Output_ > &output, const RssOptions &opt)
 
template<typename Output_ = double, typename Value_ , typename Index_ >
RssResult< Output_ > tatami_stats::rss (bool row, const tatami::Matrix< Value_, Index_ > &mat, const RssOptions &opt)
 

Detailed Description

Compute row and column residual sum of squares from a tatami::Matrix.