Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::glop::ScatteredColumnEntry Class Reference

Specializations used in the code. More...

Detailed Description

Specializations used in the code.

Definition at line 172 of file scattered_vector.h.

#include <scattered_vector.h>

Inheritance diagram for operations_research::glop::ScatteredColumnEntry:
operations_research::glop::ScatteredVectorEntry< RowIndex > operations_research::glop::VectorIterator< ScatteredColumnEntry >

Public Member Functions

RowIndex row () const
 Returns the row of the current entry.
Public Member Functions inherited from operations_research::glop::ScatteredVectorEntry< RowIndex >
Index index () const
Fractional coefficient () const

Protected Member Functions

 ScatteredColumnEntry (const RowIndex *indices, const Fractional *coefficients, EntryIndex i)
Protected Member Functions inherited from operations_research::glop::ScatteredVectorEntry< RowIndex >
 ScatteredVectorEntry (const Index *indices, const Fractional *coefficients, EntryIndex i)

Additional Inherited Members

Public Types inherited from operations_research::glop::ScatteredVectorEntry< RowIndex >
using Index
Protected Attributes inherited from operations_research::glop::ScatteredVectorEntry< RowIndex >
EntryIndex i_
const Indexindex_
const Fractionalcoefficient_

Constructor & Destructor Documentation

◆ ScatteredColumnEntry()

operations_research::glop::ScatteredColumnEntry::ScatteredColumnEntry ( const RowIndex * indices,
const Fractional * coefficients,
EntryIndex i )
inlineprotected

Definition at line 178 of file scattered_vector.h.

Member Function Documentation

◆ row()

RowIndex operations_research::glop::ScatteredColumnEntry::row ( ) const
inline

Returns the row of the current entry.

Definition at line 175 of file scattered_vector.h.


The documentation for this class was generated from the following file: