tatami_layered
Create layered sparse matrices for tatami
Loading...
Searching...
No Matches
convert_to_layered_sparse.hpp File Reference

Create a layered sparse matrix for non-negative integers. More...

Go to the source code of this file.

Classes

struct  tatami_layered::ConvertToLayeredSparseOptions
 Options for convert_to_layered_sparse(). More...
 

Namespaces

namespace  tatami_layered
 Create layered sparse matrices for tatami.
 

Functions

template<typename ValueOut_ = double, typename IndexOut_ = int, typename ColumnIndex_ = std::uint16_t, typename ValueIn_ , typename IndexIn_ >
std::shared_ptr< tatami::Matrix< ValueOut_, IndexOut_ > > tatami_layered::convert_to_layered_sparse (const tatami::Matrix< ValueIn_, IndexIn_ > &mat, const ConvertToLayeredSparseOptions &options)
 

Detailed Description

Create a layered sparse matrix for non-negative integers.