![]() |
OR-Tools
8.2
|
Definition at line 65 of file sparse_column.h.
Public Types | |
| typedef SparseColumnEntry | Entry |
| typedef VectorIterator< Entry > | Iterator |
Public Member Functions | |
| ColumnView (EntryIndex num_entries, const RowIndex *rows, const Fractional *const coefficients) | |
| ColumnView (const SparseColumn &column) | |
| EntryIndex | num_entries () const |
| Fractional | EntryCoefficient (EntryIndex i) const |
| Fractional | GetFirstCoefficient () const |
| RowIndex | EntryRow (EntryIndex i) const |
| RowIndex | GetFirstRow () const |
| Iterator | begin () const |
| Iterator | end () const |
| Fractional | LookUpCoefficient (RowIndex index) const |
| bool | IsEmpty () const |
| typedef SparseColumnEntry Entry |
Definition at line 72 of file sparse_column.h.
| typedef VectorIterator<Entry> Iterator |
Definition at line 73 of file sparse_column.h.
|
inline |
Definition at line 75 of file sparse_column.h.
|
inlineexplicit |
Definition at line 78 of file sparse_column.h.
|
inline |
Definition at line 92 of file sparse_column.h.
|
inline |
Definition at line 96 of file sparse_column.h.
|
inline |
Definition at line 83 of file sparse_column.h.
|
inline |
Definition at line 89 of file sparse_column.h.
|
inline |
Definition at line 86 of file sparse_column.h.
|
inline |
Definition at line 90 of file sparse_column.h.
|
inline |
Definition at line 114 of file sparse_column.h.
|
inline |
Definition at line 100 of file sparse_column.h.
|
inline |
Definition at line 82 of file sparse_column.h.