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

Read layered sparse matrices from Matrix Market files. More...

Go to the source code of this file.

Classes

struct  tatami_layered::ReadLayeredSparseFromMatrixMarketOptions
 

Namespaces

namespace  tatami_layered
 Create layered sparse matrices for tatami.
 

Functions

template<typename Value_ = double, typename Index_ = int, typename ColumnIndex_ = std::uint16_t>
std::shared_ptr< tatami::Matrix< Value_, Index_ > > tatami_layered::read_layered_sparse_from_matrix_market_text_file (const char *filepath, const ReadLayeredSparseFromMatrixMarketOptions &options)
 
template<typename Value_ = double, typename Index_ = int, typename ColumnIndex_ = std::uint16_t>
std::shared_ptr< tatami::Matrix< Value_, Index_ > > tatami_layered::read_layered_sparse_from_matrix_market_some_file (const char *filepath, const ReadLayeredSparseFromMatrixMarketOptions &options)
 
template<typename Value_ = double, typename Index_ = int, typename ColumnIndex_ = std::uint16_t>
std::shared_ptr< tatami::Matrix< Value_, Index_ > > tatami_layered::read_layered_sparse_from_matrix_market_gzip_file (const char *filepath, const ReadLayeredSparseFromMatrixMarketOptions &options)
 
template<typename Value_ = double, typename Index_ = int, typename ColumnIndex_ = std::uint16_t>
std::shared_ptr< tatami::Matrix< Value_, Index_ > > tatami_layered::read_layered_sparse_from_matrix_market_text_buffer (const unsigned char *contents, std::size_t length, const ReadLayeredSparseFromMatrixMarketOptions &options)
 
template<typename Value_ = double, typename Index_ = int, typename ColumnIndex_ = std::uint16_t>
std::shared_ptr< tatami::Matrix< Value_, Index_ > > tatami_layered::read_layered_sparse_from_matrix_market_some_buffer (const unsigned char *contents, std::size_t length, const ReadLayeredSparseFromMatrixMarketOptions &options)
 
template<typename Value_ = double, typename Index_ = int, typename ColumnIndex_ = std::uint16_t>
std::shared_ptr< tatami::Matrix< Value_, Index_ > > tatami_layered::read_layered_sparse_from_matrix_market_zlib_buffer (const unsigned char *contents, std::size_t length, const ReadLayeredSparseFromMatrixMarketOptions &options)
 

Detailed Description

Read layered sparse matrices from Matrix Market files.