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