#include <ogdf/basic/GF2Solver.h>
Definition at line 259 of file GF2Solver.h.
 
◆ Matrix()
  
  | 
        
          | ogdf::GF2Solver::Matrix::Matrix | ( |  | ) |  |  | inline | 
 
 
◆ ~Matrix()
  
  | 
        
          | ogdf::GF2Solver::Matrix::~Matrix | ( |  | ) |  |  | inline | 
 
 
◆ addColumn()
  
  | 
        
          | int ogdf::GF2Solver::Matrix::addColumn | ( |  | ) |  |  | inline | 
 
 
◆ addRow()
  
  | 
        
          | int ogdf::GF2Solver::Matrix::addRow | ( |  | ) |  |  | inline | 
 
 
◆ clear()
  
  | 
        
          | void ogdf::GF2Solver::Matrix::clear | ( |  | ) |  |  | inline | 
 
 
◆ numColumns()
  
  | 
        
          | int ogdf::GF2Solver::Matrix::numColumns | ( |  | ) | const |  | inline | 
 
 
◆ numRows()
  
  | 
        
          | int ogdf::GF2Solver::Matrix::numRows | ( |  | ) | const |  | inline | 
 
 
◆ operator[]() [1/2]
  
  | 
        
          | Equation & ogdf::GF2Solver::Matrix::operator[] | ( | int | i | ) |  |  | inline | 
 
 
◆ operator[]() [2/2]
  
  | 
        
          | const Equation & ogdf::GF2Solver::Matrix::operator[] | ( | int | i | ) | const |  | inline | 
 
 
◆ print()
  
  | 
        
          | void ogdf::GF2Solver::Matrix::print | ( |  | ) | const |  | inline | 
 
 
◆ m_equations
◆ m_numCols
  
  | 
        
          | int ogdf::GF2Solver::Matrix::m_numCols |  | private | 
 
 
◆ m_numRows
  
  | 
        
          | int ogdf::GF2Solver::Matrix::m_numRows |  | private | 
 
 
The documentation for this class was generated from the following file: