tatami
C++ API for different matrix representations
|
Delayed binary isometric operations. More...
Go to the source code of this file.
Classes | |
class | tatami::DelayedBinaryIsometricOperation< OutputValue_, InputValue_, Index_, Operation_ > |
Delayed isometric operations on two matrices. More... | |
Namespaces | |
namespace | tatami |
Flexible representations for matrix data. | |
Functions | |
template<typename OutputValue_ = double, typename InputValue_ , typename Index_ , class Operation_ > | |
std::shared_ptr< Matrix< OutputValue_, Index_ > > | tatami::make_DelayedBinaryIsometricOperation (std::shared_ptr< const Matrix< InputValue_, Index_ > > left, std::shared_ptr< const Matrix< InputValue_, Index_ > > right, Operation_ op) |
Delayed binary isometric operations.