Definition at line 136 of file sparse_column.h.
#include <sparse_column.h>
◆ RandomAccessSparseColumn() [1/2]
| operations_research::glop::RandomAccessSparseColumn::RandomAccessSparseColumn |
( |
RowIndex | num_rows | ) |
|
|
explicit |
◆ RandomAccessSparseColumn() [2/2]
| operations_research::glop::RandomAccessSparseColumn::RandomAccessSparseColumn |
( |
const RandomAccessSparseColumn & | | ) |
|
|
delete |
◆ ~RandomAccessSparseColumn()
| operations_research::glop::RandomAccessSparseColumn::~RandomAccessSparseColumn |
( |
| ) |
|
|
virtualdefault |
◆ AddToCoefficient()
| void operations_research::glop::RandomAccessSparseColumn::AddToCoefficient |
( |
RowIndex | row, |
|
|
Fractional | value ) |
|
inline |
◆ Clear()
| void operations_research::glop::RandomAccessSparseColumn::Clear |
( |
| ) |
|
◆ GetCoefficient()
| Fractional operations_research::glop::RandomAccessSparseColumn::GetCoefficient |
( |
RowIndex | row | ) |
const |
|
inline |
◆ GetNumberOfRows()
| RowIndex operations_research::glop::RandomAccessSparseColumn::GetNumberOfRows |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ PopulateFromSparseColumn()
| void operations_research::glop::RandomAccessSparseColumn::PopulateFromSparseColumn |
( |
const SparseColumn & | sparse_column | ) |
|
◆ PopulateSparseColumn()
| void operations_research::glop::RandomAccessSparseColumn::PopulateSparseColumn |
( |
SparseColumn * | sparse_column | ) |
const |
◆ Resize()
| void operations_research::glop::RandomAccessSparseColumn::Resize |
( |
RowIndex | num_rows | ) |
|
◆ SetCoefficient()
| void operations_research::glop::RandomAccessSparseColumn::SetCoefficient |
( |
RowIndex | row, |
|
|
Fractional | value ) |
|
inline |
The documentation for this class was generated from the following files: