tatami
C++ API for different matrix representations
Loading...
Searching...
No Matches
tatami::CompressedSparseMatrix< Value_, Index_, ValueStorage_, IndexStorage_, PointerStorage_ > Member List

This is the complete list of members for tatami::CompressedSparseMatrix< Value_, Index_, ValueStorage_, IndexStorage_, PointerStorage_ >, including all inherited members.

CompressedSparseMatrix(Index_ nrow, Index_ ncol, ValueStorage_ values, IndexStorage_ indices, PointerStorage_ pointers, bool csr, bool check=true)tatami::CompressedSparseMatrix< Value_, Index_, ValueStorage_, IndexStorage_, PointerStorage_ >inline
dense(bool row, const Options &) consttatami::CompressedSparseMatrix< Value_, Index_, ValueStorage_, IndexStorage_, PointerStorage_ >inlinevirtual
dense(bool row, Index_ block_start, Index_ block_end, const Options &) consttatami::CompressedSparseMatrix< Value_, Index_, ValueStorage_, IndexStorage_, PointerStorage_ >inlinevirtual
dense(bool row, VectorPtr< Index_ > indices_ptr, const Options &) consttatami::CompressedSparseMatrix< Value_, Index_, ValueStorage_, IndexStorage_, PointerStorage_ >inlinevirtual
dense(bool row, std::shared_ptr< const Oracle< Index_ > > oracle, const Options &opt) consttatami::CompressedSparseMatrix< Value_, Index_, ValueStorage_, IndexStorage_, PointerStorage_ >inlinevirtual
dense(bool row, std::shared_ptr< const Oracle< Index_ > > oracle, Index_ block_start, Index_ block_end, const Options &opt) consttatami::CompressedSparseMatrix< Value_, Index_, ValueStorage_, IndexStorage_, PointerStorage_ >inlinevirtual
dense(bool row, std::shared_ptr< const Oracle< Index_ > > oracle, VectorPtr< Index_ > my_indices_ptr, const Options &opt) consttatami::CompressedSparseMatrix< Value_, Index_, ValueStorage_, IndexStorage_, PointerStorage_ >inlinevirtual
dense_column(const Options &opt) consttatami::Matrix< Value_, Index_ >inline
dense_column(Index_ block_start, Index_ block_length, const Options &opt) consttatami::Matrix< Value_, Index_ >inline
dense_column(VectorPtr< Index_ > indices_ptr, const Options &opt) consttatami::Matrix< Value_, Index_ >inline
dense_column(std::vector< Index_ > indices, const Options &opt) consttatami::Matrix< Value_, Index_ >inline
dense_column() consttatami::Matrix< Value_, Index_ >inline
dense_column(Index_ block_start, Index_ block_length) consttatami::Matrix< Value_, Index_ >inline
dense_column(VectorPtr< Index_ > indices_ptr) consttatami::Matrix< Value_, Index_ >inline
dense_column(std::vector< Index_ > indices) consttatami::Matrix< Value_, Index_ >inline
dense_column(std::shared_ptr< const Oracle< Index_ > > oracle, const Options &opt) consttatami::Matrix< Value_, Index_ >inline
dense_column(std::shared_ptr< const Oracle< Index_ > > oracle, Index_ block_start, Index_ block_length, const Options &opt) consttatami::Matrix< Value_, Index_ >inline
dense_column(std::shared_ptr< const Oracle< Index_ > > oracle, VectorPtr< Index_ > indices_ptr, const Options &opt) consttatami::Matrix< Value_, Index_ >inline
dense_column(std::shared_ptr< const Oracle< Index_ > > oracle, std::vector< Index_ > indices, const Options &opt) consttatami::Matrix< Value_, Index_ >inline
dense_column(std::shared_ptr< const Oracle< Index_ > > oracle) consttatami::Matrix< Value_, Index_ >inline
dense_column(std::shared_ptr< const Oracle< Index_ > > oracle, Index_ block_start, Index_ block_length) consttatami::Matrix< Value_, Index_ >inline
dense_column(std::shared_ptr< const Oracle< Index_ > > oracle, VectorPtr< Index_ > indices_ptr) consttatami::Matrix< Value_, Index_ >inline
dense_column(std::shared_ptr< const Oracle< Index_ > > oracle, std::vector< Index_ > indices) consttatami::Matrix< Value_, Index_ >inline
dense_row(const Options &opt) consttatami::Matrix< Value_, Index_ >inline
dense_row(Index_ block_start, Index_ block_length, const Options &opt) consttatami::Matrix< Value_, Index_ >inline
dense_row(VectorPtr< Index_ > indices_ptr, const Options &opt) consttatami::Matrix< Value_, Index_ >inline
dense_row(std::vector< Index_ > indices, const Options &opt) consttatami::Matrix< Value_, Index_ >inline
dense_row() consttatami::Matrix< Value_, Index_ >inline
dense_row(Index_ block_start, Index_ block_length) consttatami::Matrix< Value_, Index_ >inline
dense_row(VectorPtr< Index_ > indices_ptr) consttatami::Matrix< Value_, Index_ >inline
dense_row(std::vector< Index_ > indices) consttatami::Matrix< Value_, Index_ >inline
dense_row(std::shared_ptr< const Oracle< Index_ > > oracle, const Options &opt) consttatami::Matrix< Value_, Index_ >inline
dense_row(std::shared_ptr< const Oracle< Index_ > > oracle, Index_ block_start, Index_ block_length, const Options &opt) consttatami::Matrix< Value_, Index_ >inline
dense_row(std::shared_ptr< const Oracle< Index_ > > oracle, VectorPtr< Index_ > indices_ptr, const Options &opt) consttatami::Matrix< Value_, Index_ >inline
dense_row(std::shared_ptr< const Oracle< Index_ > > oracle, std::vector< Index_ > indices, const Options &opt) consttatami::Matrix< Value_, Index_ >inline
dense_row(std::shared_ptr< const Oracle< Index_ > > oracle) consttatami::Matrix< Value_, Index_ >inline
dense_row(std::shared_ptr< const Oracle< Index_ > > oracle, Index_ block_start, Index_ block_length) consttatami::Matrix< Value_, Index_ >inline
dense_row(std::shared_ptr< const Oracle< Index_ > > oracle, VectorPtr< Index_ > indices_ptr) consttatami::Matrix< Value_, Index_ >inline
dense_row(std::shared_ptr< const Oracle< Index_ > > oracle, std::vector< Index_ > indices) consttatami::Matrix< Value_, Index_ >inline
index_type typedeftatami::Matrix< Value_, Index_ >
is_sparse() consttatami::CompressedSparseMatrix< Value_, Index_, ValueStorage_, IndexStorage_, PointerStorage_ >inlinevirtual
is_sparse_proportion() consttatami::CompressedSparseMatrix< Value_, Index_, ValueStorage_, IndexStorage_, PointerStorage_ >inlinevirtual
ncol() consttatami::CompressedSparseMatrix< Value_, Index_, ValueStorage_, IndexStorage_, PointerStorage_ >inlinevirtual
nrow() consttatami::CompressedSparseMatrix< Value_, Index_, ValueStorage_, IndexStorage_, PointerStorage_ >inlinevirtual
prefer_rows() consttatami::CompressedSparseMatrix< Value_, Index_, ValueStorage_, IndexStorage_, PointerStorage_ >inlinevirtual
prefer_rows_proportion() consttatami::CompressedSparseMatrix< Value_, Index_, ValueStorage_, IndexStorage_, PointerStorage_ >inlinevirtual
sparse(bool row, const Options &opt) consttatami::CompressedSparseMatrix< Value_, Index_, ValueStorage_, IndexStorage_, PointerStorage_ >inlinevirtual
sparse(bool row, Index_ block_start, Index_ block_end, const Options &opt) consttatami::CompressedSparseMatrix< Value_, Index_, ValueStorage_, IndexStorage_, PointerStorage_ >inlinevirtual
sparse(bool row, VectorPtr< Index_ > indices_ptr, const Options &opt) consttatami::CompressedSparseMatrix< Value_, Index_, ValueStorage_, IndexStorage_, PointerStorage_ >inlinevirtual
sparse(bool row, std::shared_ptr< const Oracle< Index_ > > oracle, const Options &opt) consttatami::CompressedSparseMatrix< Value_, Index_, ValueStorage_, IndexStorage_, PointerStorage_ >inlinevirtual
sparse(bool row, std::shared_ptr< const Oracle< Index_ > > oracle, Index_ block_start, Index_ block_end, const Options &opt) consttatami::CompressedSparseMatrix< Value_, Index_, ValueStorage_, IndexStorage_, PointerStorage_ >inlinevirtual
sparse(bool row, std::shared_ptr< const Oracle< Index_ > > oracle, VectorPtr< Index_ > my_indices_ptr, const Options &opt) consttatami::CompressedSparseMatrix< Value_, Index_, ValueStorage_, IndexStorage_, PointerStorage_ >inlinevirtual
sparse_column(const Options &opt) consttatami::Matrix< Value_, Index_ >inline
sparse_column(Index_ block_start, Index_ block_length, const Options &opt) consttatami::Matrix< Value_, Index_ >inline
sparse_column(VectorPtr< Index_ > indices_ptr, const Options &opt) consttatami::Matrix< Value_, Index_ >inline
sparse_column(std::vector< Index_ > indices, const Options &opt) consttatami::Matrix< Value_, Index_ >inline
sparse_column() consttatami::Matrix< Value_, Index_ >inline
sparse_column(Index_ block_start, Index_ block_length) consttatami::Matrix< Value_, Index_ >inline
sparse_column(VectorPtr< Index_ > indices_ptr) consttatami::Matrix< Value_, Index_ >inline
sparse_column(std::vector< Index_ > indices) consttatami::Matrix< Value_, Index_ >inline
sparse_column(std::shared_ptr< const Oracle< Index_ > > oracle, const Options &opt) consttatami::Matrix< Value_, Index_ >inline
sparse_column(std::shared_ptr< const Oracle< Index_ > > oracle, Index_ block_start, Index_ block_length, const Options &opt) consttatami::Matrix< Value_, Index_ >inline
sparse_column(std::shared_ptr< const Oracle< Index_ > > oracle, VectorPtr< Index_ > indices_ptr, const Options &opt) consttatami::Matrix< Value_, Index_ >inline
sparse_column(std::shared_ptr< const Oracle< Index_ > > oracle, std::vector< Index_ > indices, const Options &opt) consttatami::Matrix< Value_, Index_ >inline
sparse_column(std::shared_ptr< const Oracle< Index_ > > oracle) consttatami::Matrix< Value_, Index_ >inline
sparse_column(std::shared_ptr< const Oracle< Index_ > > oracle, Index_ block_start, Index_ block_length) consttatami::Matrix< Value_, Index_ >inline
sparse_column(std::shared_ptr< const Oracle< Index_ > > oracle, VectorPtr< Index_ > indices_ptr) consttatami::Matrix< Value_, Index_ >inline
sparse_column(std::shared_ptr< const Oracle< Index_ > > oracle, std::vector< Index_ > indices) consttatami::Matrix< Value_, Index_ >inline
sparse_row(const Options &opt) consttatami::Matrix< Value_, Index_ >inline
sparse_row(Index_ block_start, Index_ block_length, const Options &opt) consttatami::Matrix< Value_, Index_ >inline
sparse_row(VectorPtr< Index_ > indices_ptr, const Options &opt) consttatami::Matrix< Value_, Index_ >inline
sparse_row(std::vector< Index_ > indices, const Options &opt) consttatami::Matrix< Value_, Index_ >inline
sparse_row() consttatami::Matrix< Value_, Index_ >inline
sparse_row(Index_ block_start, Index_ block_length) consttatami::Matrix< Value_, Index_ >inline
sparse_row(VectorPtr< Index_ > indices_ptr) consttatami::Matrix< Value_, Index_ >inline
sparse_row(std::vector< Index_ > indices) consttatami::Matrix< Value_, Index_ >inline
sparse_row(std::shared_ptr< const Oracle< Index_ > > oracle, const Options &opt) consttatami::Matrix< Value_, Index_ >inline
sparse_row(std::shared_ptr< const Oracle< Index_ > > oracle, Index_ block_start, Index_ block_length, const Options &opt) consttatami::Matrix< Value_, Index_ >inline
sparse_row(std::shared_ptr< const Oracle< Index_ > > oracle, VectorPtr< Index_ > indices_ptr, const Options &opt) consttatami::Matrix< Value_, Index_ >inline
sparse_row(std::shared_ptr< const Oracle< Index_ > > oracle, std::vector< Index_ > indices, const Options &opt) consttatami::Matrix< Value_, Index_ >inline
sparse_row(std::shared_ptr< const Oracle< Index_ > > oracle) consttatami::Matrix< Value_, Index_ >inline
sparse_row(std::shared_ptr< const Oracle< Index_ > > oracle, Index_ block_start, Index_ block_length) consttatami::Matrix< Value_, Index_ >inline
sparse_row(std::shared_ptr< const Oracle< Index_ > > oracle, VectorPtr< Index_ > indices_ptr) consttatami::Matrix< Value_, Index_ >inline
sparse_row(std::shared_ptr< const Oracle< Index_ > > oracle, std::vector< Index_ > indices) consttatami::Matrix< Value_, Index_ >inline
uses_oracle(bool) consttatami::CompressedSparseMatrix< Value_, Index_, ValueStorage_, IndexStorage_, PointerStorage_ >inlinevirtual
value_type typedeftatami::Matrix< Value_, Index_ >