tatami
C++ API for different matrix representations
Loading...
Searching...
No Matches
tatami::DelayedBinaryIsometricOperationHelper< OutputValue_, InputValue_, Index_ > Member List

This is the complete list of members for tatami::DelayedBinaryIsometricOperationHelper< OutputValue_, InputValue_, Index_ >, including all inherited members.

dense(bool row, Index_ i, Index_ start, Index_ length, const InputValue_ *left_buffer, const InputValue_ *right_buffer, OutputValue_ *output_buffer) const =0tatami::DelayedBinaryIsometricOperationHelper< OutputValue_, InputValue_, Index_ >pure virtual
dense(bool row, Index_ i, const std::vector< Index_ > &indices, const InputValue_ *left_buffer, const InputValue_ *right_buffer, OutputValue_ *output_buffer) const =0tatami::DelayedBinaryIsometricOperationHelper< OutputValue_, InputValue_, Index_ >pure virtual
fill(bool row, Index_ i) const =0tatami::DelayedBinaryIsometricOperationHelper< OutputValue_, InputValue_, Index_ >pure virtual
is_sparse() const =0tatami::DelayedBinaryIsometricOperationHelper< OutputValue_, InputValue_, Index_ >pure virtual
ncol() const =0tatami::DelayedBinaryIsometricOperationHelper< OutputValue_, InputValue_, Index_ >pure virtual
non_zero_depends_on_column() const =0tatami::DelayedBinaryIsometricOperationHelper< OutputValue_, InputValue_, Index_ >pure virtual
non_zero_depends_on_row() const =0tatami::DelayedBinaryIsometricOperationHelper< OutputValue_, InputValue_, Index_ >pure virtual
nrow() const =0tatami::DelayedBinaryIsometricOperationHelper< OutputValue_, InputValue_, Index_ >pure virtual
sparse(bool row, Index_ i, const SparseRange< InputValue_, Index_ > &left, const SparseRange< InputValue_, Index_ > &right, OutputValue_ *output_value, Index_ *output_index, bool report_value, bool report_index) const =0tatami::DelayedBinaryIsometricOperationHelper< OutputValue_, InputValue_, Index_ >pure virtual
zero_depends_on_column() const =0tatami::DelayedBinaryIsometricOperationHelper< OutputValue_, InputValue_, Index_ >pure virtual
zero_depends_on_row() const =0tatami::DelayedBinaryIsometricOperationHelper< OutputValue_, InputValue_, Index_ >pure virtual