![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 417 of file sparse_vector.h.
#include <sparse_vector.h>
Public Types | |
| using | Index = IndexType |
Public Member Functions | |
| Index | index () const |
| Fractional | coefficient () const |
Protected Member Functions | |
| SparseVectorEntry (const Index *indices, const Fractional *coefficients, EntryIndex i) | |
Protected Attributes | |
| EntryIndex | i_ |
| const Index * | index_ |
| const Fractional * | coefficient_ |
| using operations_research::glop::SparseVectorEntry< IndexType >::Index = IndexType |
Definition at line 419 of file sparse_vector.h.
|
inlineprotected |
Definition at line 433 of file sparse_vector.h.
|
inline |
Definition at line 422 of file sparse_vector.h.
|
inline |
Definition at line 421 of file sparse_vector.h.
|
protected |
Definition at line 448 of file sparse_vector.h.
|
protected |
Definition at line 438 of file sparse_vector.h.
|
protected |
Definition at line 447 of file sparse_vector.h.