tatami
C++ API for different matrix representations
|
This is the complete list of members for tatami::DelayedTranspose< Value_, Index_ >, including all inherited members.
DelayedTranspose(std::shared_ptr< const Matrix< Value_, Index_ > > matrix) | tatami::DelayedTranspose< Value_, Index_ > | inline |
dense(bool row, const Options &opt) const | tatami::DelayedTranspose< Value_, Index_ > | inlinevirtual |
dense(bool row, Index_ block_start, Index_ block_length, const Options &opt) const | tatami::DelayedTranspose< Value_, Index_ > | inlinevirtual |
dense(bool row, VectorPtr< Index_ > indices_ptr, const Options &opt) const | tatami::DelayedTranspose< Value_, Index_ > | inlinevirtual |
dense(bool row, std::shared_ptr< const Oracle< Index_ > > oracle, const Options &opt) const | tatami::DelayedTranspose< Value_, Index_ > | inlinevirtual |
dense(bool row, std::shared_ptr< const Oracle< Index_ > > oracle, Index_ block_start, Index_ block_length, const Options &opt) const | tatami::DelayedTranspose< Value_, Index_ > | inlinevirtual |
dense(bool row, std::shared_ptr< const Oracle< Index_ > > oracle, VectorPtr< Index_ > indices_ptr, const Options &opt) const | tatami::DelayedTranspose< Value_, Index_ > | 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::DelayedTranspose< Value_, Index_ > | inlinevirtual |
is_sparse_proportion() const | tatami::DelayedTranspose< Value_, Index_ > | inlinevirtual |
ncol() const | tatami::DelayedTranspose< Value_, Index_ > | inlinevirtual |
nrow() const | tatami::DelayedTranspose< Value_, Index_ > | inlinevirtual |
prefer_rows() const | tatami::DelayedTranspose< Value_, Index_ > | inlinevirtual |
prefer_rows_proportion() const | tatami::DelayedTranspose< Value_, Index_ > | inlinevirtual |
sparse(bool row, const Options &opt) const | tatami::DelayedTranspose< Value_, Index_ > | inlinevirtual |
sparse(bool row, Index_ block_start, Index_ block_length, const Options &opt) const | tatami::DelayedTranspose< Value_, Index_ > | inlinevirtual |
sparse(bool row, VectorPtr< Index_ > indices_ptr, const Options &opt) const | tatami::DelayedTranspose< Value_, Index_ > | inlinevirtual |
sparse(bool row, std::shared_ptr< const Oracle< Index_ > > oracle, const Options &opt) const | tatami::DelayedTranspose< Value_, Index_ > | inlinevirtual |
sparse(bool row, std::shared_ptr< const Oracle< Index_ > > oracle, Index_ block_start, Index_ block_length, const Options &opt) const | tatami::DelayedTranspose< Value_, Index_ > | inlinevirtual |
sparse(bool row, std::shared_ptr< const Oracle< Index_ > > oracle, VectorPtr< Index_ > indices, const Options &opt) const | tatami::DelayedTranspose< Value_, Index_ > | 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(bool row) const | tatami::DelayedTranspose< Value_, Index_ > | inlinevirtual |
value_type typedef | tatami::Matrix< Value_, Index_ > |