tatami
C++ API for different matrix representations
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
convert_to_fragmented_sparse.hpp File Reference

Convert a matrix into a fragmented sparse format. More...

Go to the source code of this file.

Classes

struct  tatami::FragmentedSparseContents< Value_, Index_ >
 Fragmented sparse contents. More...
 

Namespaces

namespace  tatami
 Flexible representations for matrix data.
 

Functions

template<typename StoredValue_ , typename StoredIndex_ , typename InputValue_ , typename InputIndex_ >
FragmentedSparseContents< StoredValue_, StoredIndex_tatami::retrieve_fragmented_sparse_contents (const Matrix< InputValue_, InputIndex_ > *matrix, bool row, int threads=1)
 
template<typename Value_ , typename Index_ , typename StoredValue_ = Value_, typename StoredIndex_ = Index_, typename InputValue_ , typename InputIndex_ >
std::shared_ptr< Matrix< Value_, Index_ > > tatami::convert_to_fragmented_sparse (const Matrix< InputValue_, InputIndex_ > *matrix, bool row, int threads=1)
 

Detailed Description

Convert a matrix into a fragmented sparse format.