gsdecon
C++ port of the GSDecon algorithm
Loading...
Searching...
No Matches
Namespaces | Functions
blocked.hpp File Reference

Compute per-cell scores with blocking. More...

#include <vector>
#include "Eigen/Dense"
#include "tatami/tatami.hpp"
#include "irlba/irlba.hpp"
#include "scran_pca/scran_pca.hpp"
#include "Options.hpp"
#include "Results.hpp"
#include "utils.hpp"

Go to the source code of this file.

Namespaces

namespace  gsdecon
 Gene set scoring with gsdecon.
 

Functions

template<typename Value_ , typename Index_ , typename Block_ , typename Float_ >
void gsdecon::compute_blocked (const tatami::Matrix< Value_, Index_ > &matrix, const Block_ *block, const Options &options, const Buffers< Float_ > &output)
 
template<typename Float_ = double, typename Value_ , typename Index_ , typename Block_ >
Results< Float_ > gsdecon::compute_blocked (const tatami::Matrix< Value_, Index_ > &matrix, const Block_ *block, const Options &options)
 

Detailed Description

Compute per-cell scores with blocking.