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

Delayed cast to another interface type. More...

Go to the source code of this file.

Classes

class  tatami::DelayedCast< ValueOut_, IndexOut_, ValueIn_, IndexIn_ >
 Recast a Matrix to a different interface type. More...
 

Namespaces

namespace  tatami
 Flexible representations for matrix data.
 

Functions

template<typename ValueOut_ , typename IndexOut_ , typename ValueIn_ , typename IndexIn_ >
std::shared_ptr< Matrix< ValueOut_, IndexOut_ > > tatami::make_DelayedCast (std::shared_ptr< const Matrix< ValueIn_, IndexIn_ > > p)
 

Detailed Description

Delayed cast to another interface type.