diff --git a/docs/DelayedUnaryIsometricOperation_8hpp_source.html b/docs/DelayedUnaryIsometricOperation_8hpp_source.html index fba5b494..341fbb7f 100644 --- a/docs/DelayedUnaryIsometricOperation_8hpp_source.html +++ b/docs/DelayedUnaryIsometricOperation_8hpp_source.html @@ -825,9 +825,11 @@
784
785#include "boolean_helpers.hpp"
786
-
787#include "mock_helpers.hpp"
+
787#include "substitute_helpers.hpp"
788
-
789#endif
+
789#include "mock_helpers.hpp"
+
790
+
791#endif
tatami::DelayedUnaryIsometricOperation
Delayed isometric operation on a single matrix.
Definition DelayedUnaryIsometricOperation.hpp:516
tatami::DelayedUnaryIsometricOperation::sparse
std::unique_ptr< MyopicSparseExtractor< Value_, Index_ > > sparse(bool row, const Options &opt) const
Definition DelayedUnaryIsometricOperation.hpp:692
tatami::DelayedUnaryIsometricOperation::sparse
std::unique_ptr< OracularSparseExtractor< Value_, Index_ > > sparse(bool row, std::shared_ptr< const Oracle< Index_ > > oracle, Index_ block_start, Index_ block_length, const Options &opt) const
Definition DelayedUnaryIsometricOperation.hpp:728
@@ -862,6 +864,7 @@
tatami::new_extractor
auto new_extractor(const Matrix< Value_, Index_ > *ptr, bool row, MaybeOracle< oracle_, Index_ > oracle, Args_ &&... args)
Definition new_extractor.hpp:42
tatami::consecutive_extractor
auto consecutive_extractor(const Matrix< Value_, Index_ > *mat, bool row, Index_ iter_start, Index_ iter_length, Args_ &&... args)
Definition consecutive_extractor.hpp:35
tatami::Options
Options for accessing data from a Matrix instance.
Definition Options.hpp:30
+
substitute_helpers.hpp
Helper classes for delayed unary isometric substitution.