| _chains | CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag > | protected |
| _chainsStates | CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag > | protected |
| _size | CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag > | protected |
| _subChains | CGAL::OSM::Sub_sparse_matrix< CoefficientType, ChainTypeFlag > | protected |
| _subChainsStates | CGAL::OSM::Sub_sparse_matrix< CoefficientType, ChainTypeFlag > | protected |
| begin() const noexcept | CGAL::OSM::Sub_sparse_matrix< CoefficientType, ChainTypeFlag > | |
| complement() | CGAL::OSM::Sub_sparse_matrix< CoefficientType, ChainTypeFlag > | |
| del_coef(size_t i, size_t j) | CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag > | protected |
| del_column(size_t index) | CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag > | protected |
| del_row(size_t index) | CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag > | protected |
| dimensions() const | CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag > | |
| end() const noexcept | CGAL::OSM::Sub_sparse_matrix< CoefficientType, ChainTypeFlag > | |
| get_coef(const size_t i, const size_t j) const | CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag > | protected |
| is_null() | CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag > | |
| MatrixChain typedef | CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag > | |
| nullify() | CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag > | |
| operator*=(const CoefficientType &lambda) | CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag > | |
| operator+=(const Sparse_matrix &other) | CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag > | |
| operator-=(const Sparse_matrix &other) | CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag > | |
| operator/=(const std::vector< size_t > &indexes) | CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag > | |
| operator/=(const size_t index) | CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag > | |
| operator<< | CGAL::OSM::Sub_sparse_matrix< CoefficientType, ChainTypeFlag > | friend |
| operator=(const Sub_sparse_matrix &otherToCopy) | CGAL::OSM::Sub_sparse_matrix< CoefficientType, ChainTypeFlag > | |
| CGAL::OSM::Sparse_matrix::operator=(const Sparse_matrix &otherToCopy) | CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag > | |
| operator[](const size_t _index) | CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag > | protected |
| operator[](size_t index) const | CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag > | |
| reverse_begin() noexcept | CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag > | |
| reverse_begin(size_t index) noexcept | CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag > | |
| reverse_end() noexcept | CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag > | |
| set_bit_off(size_t index) | CGAL::OSM::Sub_sparse_matrix< CoefficientType, ChainTypeFlag > | |
| set_bit_on(size_t index) | CGAL::OSM::Sub_sparse_matrix< CoefficientType, ChainTypeFlag > | |
| set_coef(const size_t i, const size_t j, const CoefficientType d) | CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag > | protected |
| set_sub(const Bitboard &new_subChains) | CGAL::OSM::Sub_sparse_matrix< CoefficientType, ChainTypeFlag > | |
| Sparse_matrix() | CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag > | |
| Sparse_matrix(const size_t rowCount, const size_t columnCount) | CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag > | |
| Sparse_matrix(const Sparse_matrix< CoefficientType, CTF > &otherToCopy) | CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag > | |
| Sub_sparse_matrix(size_t rowCount=0, size_t columnCount=0) | CGAL::OSM::Sub_sparse_matrix< CoefficientType, ChainTypeFlag > | |
| Sub_sparse_matrix(size_t rowCount, size_t columnCount, const Bitboard &subChain) | CGAL::OSM::Sub_sparse_matrix< CoefficientType, ChainTypeFlag > | |
| Sub_sparse_matrix(const Sub_sparse_matrix &otherToCopy) | CGAL::OSM::Sub_sparse_matrix< CoefficientType, ChainTypeFlag > | |
| Sub_sparse_matrix(const Sparse_matrix< CoefficientType, ChainTypeFlag > &otherToCopy) | CGAL::OSM::Sub_sparse_matrix< CoefficientType, ChainTypeFlag > | |
| transpose() | CGAL::OSM::Sparse_matrix< CoefficientType, ChainTypeFlag > | |