Definition at line 69 of file sparse_column.h.
#include <sparse_column.h>
◆ Entry
◆ Iterator
◆ ColumnView() [1/2]
| operations_research::glop::ColumnView::ColumnView |
( |
EntryIndex | num_entries, |
|
|
const RowIndex * | rows, |
|
|
const Fractional *const | coefficients ) |
|
inline |
◆ ColumnView() [2/2]
| operations_research::glop::ColumnView::ColumnView |
( |
const SparseColumn & | column | ) |
|
|
inlineexplicit |
◆ begin()
| Iterator operations_research::glop::ColumnView::begin |
( |
| ) |
const |
|
inline |
◆ end()
| Iterator operations_research::glop::ColumnView::end |
( |
| ) |
const |
|
inline |
◆ EntryCoefficient()
| Fractional operations_research::glop::ColumnView::EntryCoefficient |
( |
EntryIndex | i | ) |
const |
|
inline |
◆ EntryRow()
| RowIndex operations_research::glop::ColumnView::EntryRow |
( |
EntryIndex | i | ) |
const |
|
inline |
◆ GetFirstCoefficient()
| Fractional operations_research::glop::ColumnView::GetFirstCoefficient |
( |
| ) |
const |
|
inline |
◆ GetFirstRow()
| RowIndex operations_research::glop::ColumnView::GetFirstRow |
( |
| ) |
const |
|
inline |
◆ IsEmpty()
| bool operations_research::glop::ColumnView::IsEmpty |
( |
| ) |
const |
|
inline |
◆ LookUpCoefficient()
| Fractional operations_research::glop::ColumnView::LookUpCoefficient |
( |
RowIndex | index | ) |
const |
|
inline |
◆ num_entries()
| EntryIndex operations_research::glop::ColumnView::num_entries |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: