|
tatami
C++ API for different matrix representations
|
This is the complete list of members for tatami::DelayedSubset< Value_, Index_, SubsetStorage_ >, including all inherited members.
| DelayedSubset(std::shared_ptr< const Matrix< Value_, Index_ > > matrix, SubsetStorage_ subset, const bool by_row) | tatami::DelayedSubset< Value_, Index_, SubsetStorage_ > | inline |
| dense(const bool row, const Options &opt) const | tatami::DelayedSubset< Value_, Index_, SubsetStorage_ > | inlinevirtual |
| dense(const bool row, const Index_ block_start, const Index_ block_length, const Options &opt) const | tatami::DelayedSubset< Value_, Index_, SubsetStorage_ > | inlinevirtual |
| dense(const bool row, VectorPtr< Index_ > my_subset_ptr, const Options &opt) const | tatami::DelayedSubset< Value_, Index_, SubsetStorage_ > | inlinevirtual |
| dense(const bool row, std::shared_ptr< const Oracle< Index_ > > oracle, const Options &opt) const | tatami::DelayedSubset< Value_, Index_, SubsetStorage_ > | inlinevirtual |
| dense(const bool row, std::shared_ptr< const Oracle< Index_ > > oracle, const Index_ block_start, const Index_ block_length, const Options &opt) const | tatami::DelayedSubset< Value_, Index_, SubsetStorage_ > | inlinevirtual |
| dense(const bool row, std::shared_ptr< const Oracle< Index_ > > oracle, VectorPtr< Index_ > my_subset_ptr, const Options &opt) const | tatami::DelayedSubset< Value_, Index_, SubsetStorage_ > | inlinevirtual |
| dense_column(const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_column(Index_ block_start, Index_ block_length, const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_column(VectorPtr< Index_ > indices_ptr, const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_column(std::vector< Index_ > indices, const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_column() const | tatami::Matrix< Value_, Index_ > | inline |
| dense_column(Index_ block_start, Index_ block_length) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_column(VectorPtr< Index_ > indices_ptr) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_column(std::vector< Index_ > indices) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_column(std::shared_ptr< const Oracle< Index_ > > oracle, const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_column(std::shared_ptr< const Oracle< Index_ > > oracle, Index_ block_start, Index_ block_length, const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_column(std::shared_ptr< const Oracle< Index_ > > oracle, VectorPtr< Index_ > indices_ptr, const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_column(std::shared_ptr< const Oracle< Index_ > > oracle, std::vector< Index_ > indices, const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_column(std::shared_ptr< const Oracle< Index_ > > oracle) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_column(std::shared_ptr< const Oracle< Index_ > > oracle, Index_ block_start, Index_ block_length) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_column(std::shared_ptr< const Oracle< Index_ > > oracle, VectorPtr< Index_ > indices_ptr) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_column(std::shared_ptr< const Oracle< Index_ > > oracle, std::vector< Index_ > indices) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_row(const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_row(Index_ block_start, Index_ block_length, const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_row(VectorPtr< Index_ > indices_ptr, const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_row(std::vector< Index_ > indices, const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_row() const | tatami::Matrix< Value_, Index_ > | inline |
| dense_row(Index_ block_start, Index_ block_length) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_row(VectorPtr< Index_ > indices_ptr) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_row(std::vector< Index_ > indices) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_row(std::shared_ptr< const Oracle< Index_ > > oracle, const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_row(std::shared_ptr< const Oracle< Index_ > > oracle, Index_ block_start, Index_ block_length, const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_row(std::shared_ptr< const Oracle< Index_ > > oracle, VectorPtr< Index_ > indices_ptr, const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_row(std::shared_ptr< const Oracle< Index_ > > oracle, std::vector< Index_ > indices, const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_row(std::shared_ptr< const Oracle< Index_ > > oracle) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_row(std::shared_ptr< const Oracle< Index_ > > oracle, Index_ block_start, Index_ block_length) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_row(std::shared_ptr< const Oracle< Index_ > > oracle, VectorPtr< Index_ > indices_ptr) const | tatami::Matrix< Value_, Index_ > | inline |
| dense_row(std::shared_ptr< const Oracle< Index_ > > oracle, std::vector< Index_ > indices) const | tatami::Matrix< Value_, Index_ > | inline |
| index_type typedef | tatami::Matrix< Value_, Index_ > | |
| is_sparse() const | tatami::DelayedSubset< Value_, Index_, SubsetStorage_ > | inlinevirtual |
| is_sparse_proportion() const | tatami::DelayedSubset< Value_, Index_, SubsetStorage_ > | inlinevirtual |
| ncol() const | tatami::DelayedSubset< Value_, Index_, SubsetStorage_ > | inlinevirtual |
| nrow() const | tatami::DelayedSubset< Value_, Index_, SubsetStorage_ > | inlinevirtual |
| prefer_rows() const | tatami::DelayedSubset< Value_, Index_, SubsetStorage_ > | inlinevirtual |
| prefer_rows_proportion() const | tatami::DelayedSubset< Value_, Index_, SubsetStorage_ > | inlinevirtual |
| sparse(const bool row, const Options &opt) const | tatami::DelayedSubset< Value_, Index_, SubsetStorage_ > | inlinevirtual |
| sparse(const bool row, const Index_ block_start, const Index_ block_length, const Options &opt) const | tatami::DelayedSubset< Value_, Index_, SubsetStorage_ > | inlinevirtual |
| sparse(const bool row, VectorPtr< Index_ > my_subset_ptr, const Options &opt) const | tatami::DelayedSubset< Value_, Index_, SubsetStorage_ > | inlinevirtual |
| sparse(const bool row, std::shared_ptr< const Oracle< Index_ > > oracle, const Options &opt) const | tatami::DelayedSubset< Value_, Index_, SubsetStorage_ > | inlinevirtual |
| sparse(const bool row, std::shared_ptr< const Oracle< Index_ > > oracle, const Index_ block_start, const Index_ block_length, const Options &opt) const | tatami::DelayedSubset< Value_, Index_, SubsetStorage_ > | inlinevirtual |
| sparse(const bool row, std::shared_ptr< const Oracle< Index_ > > oracle, VectorPtr< Index_ > my_subset_ptr, const Options &opt) const | tatami::DelayedSubset< Value_, Index_, SubsetStorage_ > | inlinevirtual |
| sparse_column(const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_column(Index_ block_start, Index_ block_length, const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_column(VectorPtr< Index_ > indices_ptr, const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_column(std::vector< Index_ > indices, const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_column() const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_column(Index_ block_start, Index_ block_length) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_column(VectorPtr< Index_ > indices_ptr) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_column(std::vector< Index_ > indices) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_column(std::shared_ptr< const Oracle< Index_ > > oracle, const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_column(std::shared_ptr< const Oracle< Index_ > > oracle, Index_ block_start, Index_ block_length, const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_column(std::shared_ptr< const Oracle< Index_ > > oracle, VectorPtr< Index_ > indices_ptr, const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_column(std::shared_ptr< const Oracle< Index_ > > oracle, std::vector< Index_ > indices, const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_column(std::shared_ptr< const Oracle< Index_ > > oracle) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_column(std::shared_ptr< const Oracle< Index_ > > oracle, Index_ block_start, Index_ block_length) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_column(std::shared_ptr< const Oracle< Index_ > > oracle, VectorPtr< Index_ > indices_ptr) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_column(std::shared_ptr< const Oracle< Index_ > > oracle, std::vector< Index_ > indices) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_row(const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_row(Index_ block_start, Index_ block_length, const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_row(VectorPtr< Index_ > indices_ptr, const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_row(std::vector< Index_ > indices, const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_row() const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_row(Index_ block_start, Index_ block_length) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_row(VectorPtr< Index_ > indices_ptr) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_row(std::vector< Index_ > indices) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_row(std::shared_ptr< const Oracle< Index_ > > oracle, const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_row(std::shared_ptr< const Oracle< Index_ > > oracle, Index_ block_start, Index_ block_length, const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_row(std::shared_ptr< const Oracle< Index_ > > oracle, VectorPtr< Index_ > indices_ptr, const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_row(std::shared_ptr< const Oracle< Index_ > > oracle, std::vector< Index_ > indices, const Options &opt) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_row(std::shared_ptr< const Oracle< Index_ > > oracle) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_row(std::shared_ptr< const Oracle< Index_ > > oracle, Index_ block_start, Index_ block_length) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_row(std::shared_ptr< const Oracle< Index_ > > oracle, VectorPtr< Index_ > indices_ptr) const | tatami::Matrix< Value_, Index_ > | inline |
| sparse_row(std::shared_ptr< const Oracle< Index_ > > oracle, std::vector< Index_ > indices) const | tatami::Matrix< Value_, Index_ > | inline |
| uses_oracle(const bool row) const | tatami::DelayedSubset< Value_, Index_, SubsetStorage_ > | inlinevirtual |
| value_type typedef | tatami::Matrix< Value_, Index_ > |