![]() |
OR-Tools
9.6
|
Definition at line 42 of file update_row.h.
Public Member Functions | |
| UpdateRow (const CompactSparseMatrix &matrix, const CompactSparseMatrix &transposed_matrix, const VariablesInfo &variables_info, const RowToColMapping &basis, const BasisFactorization &basis_factorization) | |
| void | Invalidate () |
| void | ComputeUnitRowLeftInverse (RowIndex leaving_row) |
| void | ComputeUpdateRow (RowIndex leaving_row) |
| const ScatteredRow & | GetUnitRowLeftInverse () const |
| const bool | IsComputedFor (RowIndex leaving_row) const |
| const DenseRow & | GetCoefficients () const |
| const ColIndexVector & | GetNonZeroPositions () const |
| const Fractional | GetCoefficient (ColIndex col) const |
| void | ComputeFullUpdateRow (RowIndex leaving_row, DenseRow *output) const |
| void | SetParameters (const GlopParameters ¶meters) |
| std::string | StatString () const |
| void | ComputeUpdateRowForBenchmark (const DenseRow &lhs, const std::string &algorithm) |
| double | DeterministicTime () const |
| const ScatteredRow & | ComputeAndGetUnitRowLeftInverse (RowIndex leaving_row) |
| UpdateRow | ( | const CompactSparseMatrix & | matrix, |
| const CompactSparseMatrix & | transposed_matrix, | ||
| const VariablesInfo & | variables_info, | ||
| const RowToColMapping & | basis, | ||
| const BasisFactorization & | basis_factorization | ||
| ) |
Definition at line 23 of file update_row.cc.
| const ScatteredRow & ComputeAndGetUnitRowLeftInverse | ( | RowIndex | leaving_row | ) |
Definition at line 51 of file update_row.cc.
| void ComputeFullUpdateRow | ( | RowIndex | leaving_row, |
| DenseRow * | output | ||
| ) | const |
Definition at line 310 of file update_row.cc.
| void ComputeUnitRowLeftInverse | ( | RowIndex | leaving_row | ) |
Definition at line 59 of file update_row.cc.
| void ComputeUpdateRow | ( | RowIndex | leaving_row | ) |
Definition at line 76 of file update_row.cc.
| void ComputeUpdateRowForBenchmark | ( | const DenseRow & | lhs, |
| const std::string & | algorithm | ||
| ) |
Definition at line 167 of file update_row.cc.
|
inline |
Definition at line 106 of file update_row.h.
|
inline |
Definition at line 82 of file update_row.h.
| const DenseRow & GetCoefficients | ( | ) | const |
Definition at line 183 of file update_row.cc.
| const ColIndexVector & GetNonZeroPositions | ( | ) | const |
Definition at line 185 of file update_row.cc.
| const ScatteredRow & GetUnitRowLeftInverse | ( | ) | const |
Definition at line 47 of file update_row.cc.
| void Invalidate | ( | ) |
Definition at line 41 of file update_row.cc.
|
inline |
Definition at line 70 of file update_row.h.
| void SetParameters | ( | const GlopParameters & | parameters | ) |
Definition at line 189 of file update_row.cc.
|
inline |
Definition at line 95 of file update_row.h.