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

Delayed transposition. More...

Go to the source code of this file.

Classes

class  tatami::DelayedTranspose< Value_, Index_ >
 Delayed transposition of a matrix. More...
 

Namespaces

namespace  tatami
 Flexible representations for matrix data.
 

Functions

template<typename Value_ , typename Index_ >
std::shared_ptr< Matrix< Value_, Index_ > > tatami::make_DelayedTranspose (std::shared_ptr< const Matrix< Value_, Index_ > > matrix)
 

Detailed Description

Delayed transposition.

This is equivalent to the DelayedAperm class in the DelayedArray package.