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

Delayed combining of multiple tatami::Matrix objects. More...

Go to the source code of this file.

Classes

class  tatami::DelayedBind< Value_, Index_ >
 Delayed combining 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_DelayedBind (std::vector< std::shared_ptr< const Matrix< Value_, Index_ > > > matrices, bool row)
 

Detailed Description

Delayed combining of multiple tatami::Matrix objects.

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