gsdecon
C++ port of the GSDecon algorithm
Loading...
Searching...
No Matches
Public Attributes | List of all members
gsdecon::Buffers< Float_ > Struct Template Reference

Buffers for the results of compute() and compute_blocked(). More...

#include <Results.hpp>

Public Attributes

Float_ * scores
 
Float_ * weights
 

Detailed Description

template<typename Float_>
struct gsdecon::Buffers< Float_ >

Buffers for the results of compute() and compute_blocked().

Template Parameters
Float_Floating-point type for the results.

Member Data Documentation

◆ scores

template<typename Float_ >
Float_* gsdecon::Buffers< Float_ >::scores

Pointer to an array of length equal to the number of cells, used to store the per-cell scores.

◆ weights

template<typename Float_ >
Float_* gsdecon::Buffers< Float_ >::weights

Pointer to an array of length equal to the number of genes, used to store the per-gene weights.


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