| _chains | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | protected |
| _chainsStates | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | protected |
| _size | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | protected |
| _subChains | CGAL::OSM::Sub_sparse_matrix< CoefficientRing, StorageFormat > | protected |
| _subChainsStates | CGAL::OSM::Sub_sparse_matrix< CoefficientRing, StorageFormat > | protected |
| begin() const noexcept | CGAL::OSM::Sub_sparse_matrix< CoefficientRing, StorageFormat > | |
| Coefficient_ring typedef | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | |
| complement() | CGAL::OSM::Sub_sparse_matrix< CoefficientRing, StorageFormat > | |
| dimensions() const | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | |
| end() const noexcept | CGAL::OSM::Sub_sparse_matrix< CoefficientRing, StorageFormat > | |
| get_coefficient(const size_t i, const size_t j) const | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | protected |
| is_null() | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | |
| Matrix_chain typedef | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | |
| nullify() | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | |
| operator*(const CoefficientRing &lambda) | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | |
| operator*=(const CoefficientRing &lambda) | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | |
| operator+(const Sparse_matrix< CoefficientRing, _CTF > &other) | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | |
| operator+=(const Sparse_matrix &other) | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | related |
| operator-(const Sparse_matrix< CoefficientRing, _CTF > &other) | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | |
| operator-() | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | |
| operator-=(const Sparse_matrix &other) | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | related |
| operator/(const std::vector< size_t > &_indices) | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | |
| operator/(size_t index) | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | |
| operator/=(const std::vector< size_t > &indices) | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | |
| operator/=(const size_t index) | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | |
| operator<< | CGAL::OSM::Sub_sparse_matrix< CoefficientRing, StorageFormat > | friend |
| operator=(const Sub_sparse_matrix &otherToCopy) | CGAL::OSM::Sub_sparse_matrix< CoefficientRing, StorageFormat > | |
| CGAL::OSM::Sparse_matrix::operator=(const Sparse_matrix &otherToCopy) | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | |
| operator[](const size_t _index) | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | protected |
| operator[](size_t index) const | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | |
| remove_coefficient(size_t i, size_t j) | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | protected |
| remove_column(size_t index) | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | protected |
| remove_row(size_t index) | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | protected |
| reverse_begin() noexcept | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | |
| reverse_begin(size_t index) noexcept | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | |
| reverse_end() noexcept | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | |
| set_bit_off(size_t index) | CGAL::OSM::Sub_sparse_matrix< CoefficientRing, StorageFormat > | |
| set_bit_on(size_t index) | CGAL::OSM::Sub_sparse_matrix< CoefficientRing, StorageFormat > | |
| set_coefficient(const size_t i, const size_t j, const Coefficient_ring d) | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | protected |
| set_sub(const Bitboard &new_subChains) | CGAL::OSM::Sub_sparse_matrix< CoefficientRing, StorageFormat > | |
| Sparse_matrix() | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | |
| Sparse_matrix(const size_t rowCount, const size_t columnCount) | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | |
| Sparse_matrix(const Sparse_matrix< CoefficientRing, CTF > &otherToCopy) | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | |
| Sub_sparse_matrix(size_t rowCount=0, size_t columnCount=0) | CGAL::OSM::Sub_sparse_matrix< CoefficientRing, StorageFormat > | |
| Sub_sparse_matrix(size_t rowCount, size_t columnCount, const Bitboard &subChain) | CGAL::OSM::Sub_sparse_matrix< CoefficientRing, StorageFormat > | |
| Sub_sparse_matrix(const Sub_sparse_matrix &otherToCopy) | CGAL::OSM::Sub_sparse_matrix< CoefficientRing, StorageFormat > | |
| Sub_sparse_matrix(const Sparse_matrix< CoefficientRing, StorageFormat > &otherToCopy) | CGAL::OSM::Sub_sparse_matrix< CoefficientRing, StorageFormat > | |
| transpose() | CGAL::OSM::Sparse_matrix< CoefficientRing, StorageFormat > | |