#include <Matrix.h>
Definition at line 143 of file Matrix.h.
◆ row_iterator()
smtrat::fmplex::Matrix::row_iterator::row_iterator |
( |
const std::vector< RowEntry > & |
data, |
|
|
DataIndex |
idx |
|
) |
| |
|
inline |
◆ operator!=()
bool smtrat::fmplex::Matrix::row_iterator::operator!= |
( |
const row_iterator & |
it | ) |
const |
|
inline |
◆ operator*()
const RowEntry& smtrat::fmplex::Matrix::row_iterator::operator* |
( |
| ) |
const |
|
inline |
◆ operator++()
row_iterator& smtrat::fmplex::Matrix::row_iterator::operator++ |
( |
| ) |
|
|
inline |
◆ operator->()
const RowEntry* smtrat::fmplex::Matrix::row_iterator::operator-> |
( |
| ) |
const |
|
inline |
◆ operator==()
bool smtrat::fmplex::Matrix::row_iterator::operator== |
( |
const row_iterator & |
it | ) |
const |
|
inline |
◆ m_curr
DataIndex smtrat::fmplex::Matrix::row_iterator::m_curr |
|
private |
◆ mr_data
const std::vector<RowEntry>& smtrat::fmplex::Matrix::row_iterator::mr_data |
|
private |
The documentation for this struct was generated from the following file: