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

Convert a matrix into a dense format. More...

Go to the source code of this file.

Namespaces

namespace  tatami
 Flexible representations for matrix data.
 

Functions

template<typename StoredValue_ , typename InputValue_ , typename InputIndex_ >
void tatami::convert_to_dense (const Matrix< InputValue_, InputIndex_ > *matrix, bool row_major, StoredValue_ *store, int threads=1)
 
template<typename Value_ = double, typename Index_ = int, typename StoredValue_ = Value_, typename InputValue_ , typename InputIndex_ >
std::shared_ptr< Matrix< Value_, Index_ > > tatami::convert_to_dense (const Matrix< InputValue_, InputIndex_ > *matrix, bool row_major, int threads=1)
 

Detailed Description

Convert a matrix into a dense format.