tatami
C++ API for different matrix representations
|
Delayed unary isometric operations. More...
Go to the source code of this file.
Classes | |
class | tatami::DelayedUnaryIsometricOperation< OutputValue_, InputValue_, Index_, Operation_ > |
Delayed isometric operation on a single matrix. 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_DelayedUnaryIsometricOperation (std::shared_ptr< const Matrix< InputValue_, Index_ > > matrix, Operation_ operation) |
Delayed unary isometric operations.