![]() |
OR-Tools
9.6
|
Definition at line 67 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 74 of file sparse_column.h.
| typedef VectorIterator<Entry> Iterator |
Definition at line 75 of file sparse_column.h.
|
inline |
Definition at line 77 of file sparse_column.h.
|
inlineexplicit |
Definition at line 80 of file sparse_column.h.
|
inline |
Definition at line 94 of file sparse_column.h.
|
inline |
Definition at line 98 of file sparse_column.h.
|
inline |
Definition at line 85 of file sparse_column.h.
|
inline |
Definition at line 91 of file sparse_column.h.
|
inline |
Definition at line 88 of file sparse_column.h.
|
inline |
Definition at line 92 of file sparse_column.h.
|
inline |
Definition at line 116 of file sparse_column.h.
|
inline |
Definition at line 102 of file sparse_column.h.
|
inline |
Definition at line 84 of file sparse_column.h.